Skip to content

Commit 70d5fbb

Browse files
committed
chore(other): update vscode settings
1 parent 829780d commit 70d5fbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"eslint.validate": ["html", "css", "scss", "json", "jsonc"],
1010
"explorer.fileNesting.enabled": true,
1111
"explorer.fileNesting.patterns": {
12-
"package.json": "package-lock.json, pnpm*, eslint*, .editorconfig,.gitattributes,.gitignore,.npmrc",
12+
"package.json": "package-lock.json, pnpm*, .editorconfig,.gitattributes,.gitignore,.npmrc,tsconfig.json",
1313
".env": ".env*",
14+
"vite.config.ts": "*.config.ts,*.config.js",
1415
"README.md": "README*,LICENSE,CHANGELOG*,vercel.json"
1516
},
1617
"i18n-ally.displayLanguage": "zh-cn",

0 commit comments

Comments
 (0)