Skip to content

Commit 17aec75

Browse files
authored
Update terminal.integrated.shell.linux config in devcontainer.json (microsoft#47192)
The previous `"terminal.integrated.shell.linux"` configuration is deprecated. This is the new way of setting this configuration
1 parent 3e19cc8 commit 17aec75

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.devcontainer/devcontainer.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
}
88
},
99
"settings": {
10-
"terminal.integrated.shell.linux": "/bin/bash"
10+
"terminal.integrated.defaultProfile.linux": "bash",
11+
"terminal.integrated.profiles.linux": {
12+
"bash": {
13+
"path": "/bin/bash",
14+
"icon": "terminal-bash",
15+
},
16+
},
1117
},
1218
"extensions": [
1319
"dbaeumer.vscode-eslint"

0 commit comments

Comments
 (0)