mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
VSCode switch to terminal.integrated.profiles (#54301)
This commit is contained in:
parent
a5902fbe29
commit
9de24300d0
@ -24,7 +24,12 @@
|
|||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.formatOnType": true,
|
"editor.formatOnType": true,
|
||||||
"files.trimTrailingWhitespace": 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": [
|
"yaml.customTags": [
|
||||||
"!input scalar",
|
"!input scalar",
|
||||||
"!secret scalar",
|
"!secret scalar",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user