Skip to content

Commit

Permalink
Configured bash to be the default shell in the dev container terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Isopod00 committed Oct 23, 2024
1 parent 50f6ed0 commit 4e7fe65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@
"W"
],
"ruff.nativeServer": true,
"C_Cpp.clang_format_fallbackStyle": "Google"
"C_Cpp.clang_format_fallbackStyle": "Google",
"diffEditor.ignoreTrimWhitespace": false,
// Make bash the default shell in the container terminal
"terminal.integrated.defaultProfile.linux": "bash"
}
}
},
Expand Down

0 comments on commit 4e7fe65

Please sign in to comment.