From 80c2a77ed93fb6f4cf242a19b56fa6f15a5b8e7e Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 12 Jan 2026 12:21:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=BB=8EJSON=E6=94=B9=E4=B8=BAJSONC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除对特定JSON文件类型的编辑器关联设置。 - 将配置文件格式从 JSON 更改为 JSONC。 --- .vscode/settings.json | 3 --- opencode.json => opencode.jsonc | 0 2 files changed, 3 deletions(-) rename opencode.json => opencode.jsonc (100%) diff --git a/.vscode/settings.json b/.vscode/settings.json index f0c2b1b..8070626 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,8 +9,5 @@ }, "[jsonc]": { "editor.defaultFormatter": "biomejs.biome" - }, - "files.associations": { - "**/opencode.json": "jsonc" } } diff --git a/opencode.json b/opencode.jsonc similarity index 100% rename from opencode.json rename to opencode.jsonc