diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e747e8fdb98..a025a52e849 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",