From 0fe27088df09915eef7025b3f6185f335c6de21f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 1 Jul 2020 09:29:58 +0000 Subject: [PATCH] add pylance --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3c467c49a..ac8f55e48 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,6 +6,7 @@ "runArgs": ["-e", "GIT_EDITOR=code --wait", "--privileged"], "extensions": [ "ms-python.python", + "ms-python.vscode-pylance", "visualstudioexptteam.vscodeintellicode", "esbenp.prettier-vscode" ],