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