Skip to content

Commit

Permalink
chore: update vscode configuration (#4210)
Browse files Browse the repository at this point in the history
* chore: vscode 配置package.json默认匹配为json而不是jsonc, 以修复依赖悬浮提示信息

* fix: settings.json eslint
  • Loading branch information
WitMiao committed Aug 22, 2024
1 parent 5b24661 commit e2732f3
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 @@ -56,7 +56,8 @@
"*.ejs": "html",
"*.art": "html",
"**/tsconfig.json": "jsonc",
"*.json": "jsonc"
"*.json": "jsonc",
"package.json": "json"
},

"files.exclude": {
Expand Down

0 comments on commit e2732f3

Please sign in to comment.