forked from imbytecat/opencode-config
chore: 配置文件格式从JSON改为JSONC
- 移除对特定JSON文件类型的编辑器关联设置。 - 将配置文件格式从 JSON 更改为 JSONC。
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -9,8 +9,5 @@
|
|||||||
},
|
},
|
||||||
"[jsonc]": {
|
"[jsonc]": {
|
||||||
"editor.defaultFormatter": "biomejs.biome"
|
"editor.defaultFormatter": "biomejs.biome"
|
||||||
},
|
|
||||||
"files.associations": {
|
|
||||||
"**/opencode.json": "jsonc"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user