chore: update vscode setting

This commit is contained in:
vben
2023-03-24 18:00:37 +08:00
parent 74ded8aed7
commit 2cca7e8bfb
3 changed files with 97 additions and 50 deletions

12
.vscode/settings.json vendored
View File

@@ -156,5 +156,15 @@
"command": "extension.execute",
"priority": 4
}
]
],
// 控制相关文件嵌套展示
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
"*.ts": "$(capture).test.ts, $(capture).test.tsx",
"*.tsx": "$(capture).test.ts, $(capture).test.tsx",
"*.env": "$(capture).env.*",
"package.json": "pnpm-lock.yaml,yarn.lock,LICENSE,README*,CHANGELOG*,CNAME,.gitattributes,.gitignore,prettier.config.js,stylelint.config.js,commitlint.config.js,.stylelintignore,.prettierignore,.gitpod.yml,.eslintrc.js,.eslintignore"
},
"terminal.integrated.scrollback": 10000
}