diff options
Diffstat (limited to '.vscode/launch.example.json')
| -rw-r--r-- | .vscode/launch.example.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.vscode/launch.example.json b/.vscode/launch.example.json new file mode 100644 index 000000000..3f8a2a760 --- /dev/null +++ b/.vscode/launch.example.json @@ -0,0 +1,11 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "bun", + "request": "attach", + "name": "opencode (attach)", + "url": "ws://localhost:6499/" + } + ] +} |
