We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca0956 commit ab7ba92Copy full SHA for ab7ba92
1 file changed
.devcontainer/devcontainer.json
@@ -23,13 +23,16 @@
23
24
// Configure tool-specific properties.
25
"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
- ]
+ // Configure properties specific to VS Code.
+ "vscode": {
+ // Set *default* container specific settings.json values on container create.
+ "settings": {
+ // Add the IDs of extensions you want installed when the container is created.
+ "extensions": [
+ "ms-python.python",
33
+ "ms-python.vscode-pylance"
34
+ ]
35
+ }
36
}
37
38
0 commit comments