devcontainer settings
This commit is contained in:
parent
5a07ca5dfd
commit
5d8ca2fd2e
1 changed files with 5 additions and 4 deletions
|
@ -11,17 +11,18 @@
|
||||||
"VARIANT": "18-bullseye"
|
"VARIANT": "18-bullseye"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Set *default* container specific settings.json values on container create.
|
|
||||||
"settings": {
|
|
||||||
"terminal.integrated.defaultProfile.linux": "zsh"
|
|
||||||
},
|
|
||||||
// Configure tool-specific properties.
|
// Configure tool-specific properties.
|
||||||
"customizations": {
|
"customizations": {
|
||||||
// Configure properties specific to VS Code.
|
// Configure properties specific to VS Code.
|
||||||
"vscode": {
|
"vscode": {
|
||||||
|
// Set *default* container specific settings.json values on container create.
|
||||||
|
"settings": {
|
||||||
|
"terminal.integrated.defaultProfile.linux": "zsh"
|
||||||
|
},
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
|
"mhutchie.git-graph",
|
||||||
"octref.vetur",
|
"octref.vetur",
|
||||||
"Syler.sass-indented"
|
"Syler.sass-indented"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue