Skip to content

Commit

Permalink
chore(other): update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeng889 committed Dec 14, 2024
1 parent 829780d commit 70d5fbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"eslint.validate": ["html", "css", "scss", "json", "jsonc"],
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"package.json": "package-lock.json, pnpm*, eslint*, .editorconfig,.gitattributes,.gitignore,.npmrc",
"package.json": "package-lock.json, pnpm*, .editorconfig,.gitattributes,.gitignore,.npmrc,tsconfig.json",
".env": ".env*",
"vite.config.ts": "*.config.ts,*.config.js",
"README.md": "README*,LICENSE,CHANGELOG*,vercel.json"
},
"i18n-ally.displayLanguage": "zh-cn",
Expand Down

0 comments on commit 70d5fbb

Please sign in to comment.