mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 19:24:22 +01:00
12 lines
183 B
JSON
12 lines
183 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "bun",
|
|
"request": "attach",
|
|
"name": "opencode (attach)",
|
|
"url": "ws://localhost:6499/"
|
|
}
|
|
]
|
|
}
|