VSCode switch to terminal.integrated.profiles (#54301)
This commit is contained in:
parent
a5902fbe29
commit
9de24300d0
1 changed files with 6 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue