chore: vscode config

This commit is contained in:
xingyu4j
2025-05-14 16:14:54 +08:00
parent 99c848a39d
commit d7c0bdadf8

View File

@@ -101,7 +101,6 @@
"**/.DS_Store": true,
"**/vite.config.mts.*": true,
"**/tea.yaml": true,
"**/public/**": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
@@ -112,7 +111,6 @@
"**/bower_components/**": true,
"**/dist/**": true,
"**/yarn.lock": true,
"**/public/**": true
},
"typescript.tsserver.exclude": ["**/node_modules", "**/dist", "**/.turbo"],