Skip to content

Commit 70c1c57

Browse files
authored
Merge pull request #32336 from github/repo-sync
Repo sync
2 parents 66cec8a + ac374e4 commit 70c1c57

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,18 @@
99
"args": { "VARIANT": "20" }
1010
},
1111

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-
1812
// Install features. Type 'feature' in the VS Code command palette for a full list.
1913
"features": {
2014
"sshd": "latest"
2115
},
2216

2317
"customizations": {
2418
"vscode": {
25-
"settings": {},
19+
// Set *default* container specific settings.json values on container create.
20+
"settings": {
21+
"terminal.integrated.shell.linux": "/bin/bash",
22+
"cSpell.language": ",en"
23+
},
2624
// Visual Studio Code extensions which help authoring for docs.github.com.
2725
"extensions": [
2826
"dbaeumer.vscode-eslint",

0 commit comments

Comments
 (0)