diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2c2262f0a7b..271915353e0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,9 @@ "-e", "GIT_EDTIOR='code --wait'" ], "extensions": [ - "ms-python.python" + "ms-python.python", + "ms-azure-devops.azure-pipelines", + "redhat.vscode-yaml" ], "settings": { "python.pythonPath": "/usr/local/bin/python",