From e2732f334c0e24e5258945f20fc8659eefe3e4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=97=E5=A4=A7?= Date: Thu, 22 Aug 2024 21:51:04 +0800 Subject: [PATCH] chore: update vscode configuration (#4210) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: vscode 配置package.json默认匹配为json而不是jsonc, 以修复依赖悬浮提示信息 * fix: settings.json eslint --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 809504102d2..cafc285769f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -56,7 +56,8 @@ "*.ejs": "html", "*.art": "html", "**/tsconfig.json": "jsonc", - "*.json": "jsonc" + "*.json": "jsonc", + "package.json": "json" }, "files.exclude": {