Skip to content

Commit

Permalink
VSCode switch to terminal.integrated.profiles (home-assistant#54301)
Browse files Browse the repository at this point in the history
  • Loading branch information
mib1185 authored Aug 21, 2021
1 parent a5902fb commit 9de2430
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
"editor.formatOnSave": true,
"editor.formatOnType": true,
"files.trimTrailingWhitespace": true,
"terminal.integrated.shell.linux": "/usr/bin/zsh",
"terminal.integrated.profiles.linux": {
"zsh": {
"path": "/usr/bin/zsh"
}
},
"terminal.integrated.defaultProfile.linux": "zsh",
"yaml.customTags": [
"!input scalar",
"!secret scalar",
Expand Down

0 comments on commit 9de2430

Please sign in to comment.