更新 VSCode 设置,添加文件嵌套配置注释
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"typescript.tsdk": "node_modules/typescript/lib",
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||||||
"typescript.preferences.autoImportFileExcludePatterns": ["vue-router/auto$"],
|
"typescript.preferences.autoImportFileExcludePatterns": ["vue-router/auto$"],
|
||||||
|
// https://github.com/antfu/vscode-file-nesting-config
|
||||||
"explorer.fileNesting.enabled": true,
|
"explorer.fileNesting.enabled": true,
|
||||||
"explorer.fileNesting.patterns": {
|
"explorer.fileNesting.patterns": {
|
||||||
"tsconfig.json": "tsconfig.*.json, env.d.ts",
|
"tsconfig.json": "tsconfig.*.json, env.d.ts",
|
||||||
|
Reference in New Issue
Block a user