opencode / .vscode /launch.example.json
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
39a6941 verified
Raw
History Blame Contribute Delete
183 Bytes
{
"version": "0.2.0",
"configurations": [
{
"type": "bun",
"request": "attach",
"name": "opencode (attach)",
"url": "ws://localhost:6499/"
}
]
}