summaryrefslogtreecommitdiffhomepage
path: root/.vscode/launch.example.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.example.json')
-rw-r--r--.vscode/launch.example.json11
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/"
+ }
+ ]
+}