Skip to content

Commit ccaad86

Browse files
committed
debug render
1 parent d767282 commit ccaad86

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.vscode/launch.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"mode": "auto",
99
"program": "${workspaceFolder}/main.go",
1010
"args": ["add", "gh:continuedev/continue-internal-rules"]
11+
},
12+
{
13+
"name": "Debug Render",
14+
"type": "go",
15+
"request": "launch",
16+
"mode": "auto",
17+
"program": "${workspaceFolder}/main.go",
18+
"args": ["render", "codex"]
1119
}
1220
]
1321
}

0 commit comments

Comments
 (0)