diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.example.json | 11 | ||||
| -rw-r--r-- | .vscode/settings.example.json | 5 |
2 files changed, 16 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/" + } + ] +} diff --git a/.vscode/settings.example.json b/.vscode/settings.example.json new file mode 100644 index 000000000..05bbf7fe1 --- /dev/null +++ b/.vscode/settings.example.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "oven.bun-vscode" + ] +} |
