Replace old python extension with new pylance in devcontainer (#41591)
parent
1d682bdc78
commit
4d997180e6
|
@ -6,7 +6,7 @@
|
||||||
"appPort": 8123,
|
"appPort": 8123,
|
||||||
"runArgs": ["-e", "GIT_EDITOR=code --wait"],
|
"runArgs": ["-e", "GIT_EDITOR=code --wait"],
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-python.python",
|
"ms-python.vscode-pylance",
|
||||||
"visualstudioexptteam.vscodeintellicode",
|
"visualstudioexptteam.vscodeintellicode",
|
||||||
"ms-azure-devops.azure-pipelines",
|
"ms-azure-devops.azure-pipelines",
|
||||||
"redhat.vscode-yaml",
|
"redhat.vscode-yaml",
|
||||||
|
|
Loading…
Reference in New Issue