Skip to content

Commit 9af24d6

Browse files
committed
将Setting移入到customizations中
1 parent 2bd7ae5 commit 9af24d6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
"extensions": [
1313
"GitHub.copilot",
1414
"GitHub.copilot-labs"
15-
]
15+
],
16+
"settings": {
17+
"terminal.integrated.shell.linux": "/bin/bash"
18+
}
1619
}
1720
},
18-
// Set *default* container specific shell values on container create.
19-
"settings": {
20-
"terminal.integrated.shell.linux": "/bin/bash"
21-
},
2221

2322
// Add the proxy settings to the container.
2423
"containerEnv": {

0 commit comments

Comments
 (0)