Skip to content

Commit

Permalink
chore: vscode 配置package.json默认匹配为json而不是jsonc, 以修复依赖悬浮提示信息
Browse files Browse the repository at this point in the history
  • Loading branch information
WitMiao committed Aug 21, 2024
1 parent c3631ef commit de8dcb1
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 de8dcb1

Please sign in to comment.