From 331b0fbfb2131644064c829244d46f33de5b0855 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Sun, 24 Dec 2023 19:37:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(vscode):=20=E5=85=B3=E8=81=94=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index b2fdf77..b74f8ec 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,5 +20,10 @@ }, "[dotenv]": { "editor.defaultFormatter": "foxundermoon.shell-format" + }, + // 配置语言的文件关联 + "files.associations": { + "pages.json": "jsonc", // pages.json 可以写注释 + "manifest.json": "jsonc" // manifest.json 可以写注释 } }