From 4d997180e608d30a246f1c52bfcdc60a5863f0b9 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 13 Oct 2020 11:50:25 +0200 Subject: [PATCH] Replace old python extension with new pylance in devcontainer (#41591) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7b56b66d0b5..fc07d32bfc8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "appPort": 8123, "runArgs": ["-e", "GIT_EDITOR=code --wait"], "extensions": [ - "ms-python.python", + "ms-python.vscode-pylance", "visualstudioexptteam.vscodeintellicode", "ms-azure-devops.azure-pipelines", "redhat.vscode-yaml",