We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac8ee0 commit 274d499Copy full SHA for 274d499
1 file changed
src/cli/setup.ts
@@ -32,10 +32,6 @@ function readJsonc(path: string): Record<string, unknown> {
32
}
33
34
35
-function writeJsonc(path: string, data: Record<string, unknown>): void {
36
- writeFileSync(path, `${JSON.stringify(data, null, 2)}\n`);
37
-}
38
-
39
// ─── Config Manipulators ──────────────────────────────────
40
41
function addPluginToOpenCodeConfig(configPath: string, format: "json" | "jsonc" | "none"): void {
0 commit comments