Skip to content

Commit 396021a

Browse files
authored
feat: configured terminal profile for devcontainer (#50)
1 parent 20a67cb commit 396021a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@
3636
"ritwickdey.LiveServer",
3737
"mechatroner.rainbow-csv",
3838
"alexcvzz.vscode-sqlite"
39-
]
39+
],
40+
"settings": {
41+
"terminal.integrated.defaultProfile.linux": "zsh",
42+
"terminal.integrated.profiles.linux": { "zsh": { "path": "/bin/zsh" } }
43+
}
4044
}
4145
}
4246
}

0 commit comments

Comments
 (0)