Skip to content

Commit ab7ba92

Browse files
committed
Update devcontainer.
1 parent fca0956 commit ab7ba92

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@
2323

2424
// Configure tool-specific properties.
2525
"customizations": {
26-
// Set *default* container specific settings.json values on container create.
27-
"settings": {
28-
// Add the IDs of extensions you want installed when the container is created.
29-
"extensions": [
30-
"ms-python.python",
31-
"ms-python.vscode-pylance"
32-
]
26+
// Configure properties specific to VS Code.
27+
"vscode": {
28+
// Set *default* container specific settings.json values on container create.
29+
"settings": {
30+
// Add the IDs of extensions you want installed when the container is created.
31+
"extensions": [
32+
"ms-python.python",
33+
"ms-python.vscode-pylance"
34+
]
35+
}
3336
}
3437
}
3538

0 commit comments

Comments
 (0)