Update .devcontainer.json structure (#96537)

This commit is contained in:
lkshrk 2023-07-20 13:11:43 +02:00 committed by GitHub
parent db83dc9acc
commit 8896c164be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@
"containerEnv": { "DEVCONTAINER": "1" }, "containerEnv": { "DEVCONTAINER": "1" },
"appPort": ["8123:8123"], "appPort": ["8123:8123"],
"runArgs": ["-e", "GIT_EDITOR=code --wait"], "runArgs": ["-e", "GIT_EDITOR=code --wait"],
"customizations": {
"vscode": {
"extensions": [ "extensions": [
"ms-python.vscode-pylance", "ms-python.vscode-pylance",
"visualstudioexptteam.vscodeintellicode", "visualstudioexptteam.vscodeintellicode",
@ -46,3 +48,5 @@
] ]
} }
} }
}
}