summaryrefslogtreecommitdiffhomepage
path: root/.vscode/settings.example.json
diff options
context:
space:
mode:
authorHaris Gušić <[email protected]>2025-11-17 21:28:06 +0100
committerGitHub <[email protected]>2025-11-17 14:28:06 -0600
commit066a876f3da55fb57e0883b22d1cf9930f08092f (patch)
treef6dcd49368c2710b23f9586dc871c9498f728af0 /.vscode/settings.example.json
parentc07a241ca80d65c9c9e4265ca4a38a65195b19cb (diff)
downloadopencode-066a876f3da55fb57e0883b22d1cf9930f08092f.tar.gz
opencode-066a876f3da55fb57e0883b22d1cf9930f08092f.zip
docs(contributing): Add "Setting up a Debugger" section (#4421)
Co-authored-by: GitHub Action <[email protected]>
Diffstat (limited to '.vscode/settings.example.json')
-rw-r--r--.vscode/settings.example.json5
1 files changed, 5 insertions, 0 deletions
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"
+ ]
+}