You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdks/vscode/README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,19 @@ This extension requires [opencode](https://opencode.ai) to be installed on your
15
15
## Support
16
16
17
17
This is an early release. If you encounter issues or have feedback, please create an issue at https://github.com/sst/opencode/issues.
18
+
19
+
## Development
20
+
21
+
1.`code sdks/vscode` - Open the `sdks/vscode` directory in VS Code. **Do not open from repo root.**
22
+
2.`bun install` - Run inside the `sdks/vscode` directory.
23
+
3. Press `F5` to start debugging - This launches a new VS Code window with the extension loaded.
24
+
25
+
#### Making Changes
26
+
27
+
`tsc` and `esbuild` watchers run automatically during debugging (visible in the Terminal tab). Changes to the extension are automatically rebuilt in the background.
28
+
29
+
To test your changes:
30
+
31
+
1. In the debug VS Code window, press `Cmd+Shift+P`
32
+
2. Search for `Developer: Reload Window`
33
+
3. Reload to see your changes without restarting the debug session
0 commit comments