Skip to content

Commit

Permalink
build(devcontainer): set default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Oct 12, 2023
1 parent e7385dd commit 5a1a99b
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 @@ -22,7 +22,10 @@
"aaron-bond.better-comments",
"valentjn.vscode-ltex",
"eamodio.gitlens"
]
],
"settings": {
"terminal.integrated.defaultProfile.linux": "fish"
}
}
}
}

0 comments on commit 5a1a99b

Please sign in to comment.