1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-14 23:19:37 +00:00

add pylance

This commit is contained in:
Pascal Vizeli
2020-07-01 09:29:58 +00:00
parent 54d226116d
commit 0fe27088df

View File

@@ -6,6 +6,7 @@
"runArgs": ["-e", "GIT_EDITOR=code --wait", "--privileged"],
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"visualstudioexptteam.vscodeintellicode",
"esbenp.prettier-vscode"
],