Skip to content

Commit

Permalink
Correct syntax error in devcontainer.json (#49797)
Browse files Browse the repository at this point in the history
  • Loading branch information
hubwriter authored Apr 2, 2024
1 parent e08efe0 commit ac374e4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,18 @@
"args": { "VARIANT": "20" }
},

// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"cSpell.language": ",en"
},

// Install features. Type 'feature' in the VS Code command palette for a full list.
"features": {
"sshd": "latest"
},

"customizations": {
"vscode": {
"settings": {},
// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"cSpell.language": ",en"
},
// Visual Studio Code extensions which help authoring for docs.github.com.
"extensions": [
"dbaeumer.vscode-eslint",
Expand Down

0 comments on commit ac374e4

Please sign in to comment.