diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index e747e8fdb9858e3ede19256a05825799acf770f8..a025a52e849c1c314181383ccc0656d057f3731c 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -9,7 +9,8 @@
   "extensions": [
     "ms-python.python",
     "ms-azure-devops.azure-pipelines",
-    "redhat.vscode-yaml"
+    "redhat.vscode-yaml",
+    "esbenp.prettier-vscode"
   ],
   "settings": {
     "python.pythonPath": "/usr/local/bin/python",