chore: add .vscode/settings.json
This commit is contained in:
16
.vscode/settings.json
vendored
Normal file
16
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
// 窗口失去焦点自动保存文件
|
||||||
|
"files.autoSave": "onWindowChange",
|
||||||
|
// 保存文件时删除行尾的空格
|
||||||
|
"files.trimTrailingWhitespace": true,
|
||||||
|
// 自动从当前 Git 仓库的默认远程仓库提取提交
|
||||||
|
"git.autofetch": true,
|
||||||
|
// 配置文件 File Nesting
|
||||||
|
"explorer.fileNesting.enabled": true,
|
||||||
|
"explorer.fileNesting.expand": false,
|
||||||
|
"explorer.fileNesting.patterns": {
|
||||||
|
"package.json": "package-lock.json,LICENSE",
|
||||||
|
".gitignore": ".gitattributes",
|
||||||
|
"tsconfig.json":"tsconfig.*.json,auto-imports.d.ts,components.d.ts,decs.d.ts",
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user