Browse Source

chore: update vscode configuration (#4210)

* chore: vscode 配置package.json默认匹配为json而不是jsonc, 以修复依赖悬浮提示信息

* fix: settings.json eslint
pull/4223/head
苗大 1 year ago
committed by GitHub
parent
commit
e2732f334c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .vscode/settings.json

3
.vscode/settings.json

@ -56,7 +56,8 @@
"*.ejs": "html", "*.ejs": "html",
"*.art": "html", "*.art": "html",
"**/tsconfig.json": "jsonc", "**/tsconfig.json": "jsonc",
"*.json": "jsonc" "*.json": "jsonc",
"package.json": "json"
}, },
"files.exclude": { "files.exclude": {

Loading…
Cancel
Save