chore: update vscode configuration (#4210)
* chore: vscode 配置package.json默认匹配为json而不是jsonc, 以修复依赖悬浮提示信息 * fix: settings.json eslintpull/48/MERGE
parent
5b24661b78
commit
e2732f334c
|
@ -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…
Reference in New Issue