We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08efe0 commit ac374e4Copy full SHA for ac374e4
1 file changed
.devcontainer/devcontainer.json
@@ -9,20 +9,18 @@
9
"args": { "VARIANT": "20" }
10
},
11
12
- // Set *default* container specific settings.json values on container create.
13
- "settings": {
14
- "terminal.integrated.shell.linux": "/bin/bash",
15
- "cSpell.language": ",en"
16
- },
17
-
18
// Install features. Type 'feature' in the VS Code command palette for a full list.
19
"features": {
20
"sshd": "latest"
21
22
23
"customizations": {
24
"vscode": {
25
- "settings": {},
+ // Set *default* container specific settings.json values on container create.
+ "settings": {
+ "terminal.integrated.shell.linux": "/bin/bash",
+ "cSpell.language": ",en"
+ },
26
// Visual Studio Code extensions which help authoring for docs.github.com.
27
"extensions": [
28
"dbaeumer.vscode-eslint",
0 commit comments