Files
opencode-config/.vscode/settings.json
imbytecat 80c2a77ed9 chore: 配置文件格式从JSON改为JSONC
- 移除对特定JSON文件类型的编辑器关联设置。
- 将配置文件格式从 JSON 更改为 JSONC。
2026-01-12 12:21:51 +08:00

14 lines
290 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[jsonc]": {
"editor.defaultFormatter": "biomejs.biome"
}
}