Files
opencode/.vscode/launch.example.json
2025-11-17 14:28:06 -06:00

12 lines
183 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "bun",
"request": "attach",
"name": "opencode (attach)",
"url": "ws://localhost:6499/"
}
]
}