1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-24 10:49:45 +01:00

VSCode switch to terminal.integrated.profiles (#54301)

This commit is contained in:
Michael
2021-08-21 21:46:24 +02:00
committed by GitHub
parent a5902fbe29
commit 9de24300d0

View File

@@ -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",