vscode: save setting
This commit is contained in:
parent
e9cb8deb2d
commit
e227f180a6
1 changed files with 2 additions and 1 deletions
|
@ -221,5 +221,6 @@
|
||||||
"totalTypeScript.hideBasicTips": true,
|
"totalTypeScript.hideBasicTips": true,
|
||||||
"eslint.run": "onSave",
|
"eslint.run": "onSave",
|
||||||
"totalTypeScript.hiddenTips": ["passing-generics-to-types", "typeof"],
|
"totalTypeScript.hiddenTips": ["passing-generics-to-types", "typeof"],
|
||||||
"workbench.colorTheme": "Gruvbox Dark Medium"
|
"workbench.colorTheme": "Gruvbox Dark Medium",
|
||||||
|
"git.openRepositoryInParentFolders": "never"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue