chore: 配置文件格式从JSON改为JSONC

- 移除对特定JSON文件类型的编辑器关联设置。
- 将配置文件格式从 JSON 更改为 JSONC。
This commit is contained in:
2026-01-12 12:21:51 +08:00
parent dcf7c9868d
commit 80c2a77ed9
2 changed files with 0 additions and 3 deletions

View File

@@ -9,8 +9,5 @@
},
"[jsonc]": {
"editor.defaultFormatter": "biomejs.biome"
},
"files.associations": {
"**/opencode.json": "jsonc"
}
}