forked from agents/opencode
80c2a77ed9
- 移除对特定JSON文件类型的编辑器关联设置。 - 将配置文件格式从 JSON 更改为 JSONC。
14 lines
290 B
JSON
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"
|
|
}
|
|
}
|