Skip to content

Commit db2fbed

Browse files
committed
wip: vscode extension
1 parent 3d4c142 commit db2fbed

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

sdks/vscode/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,19 @@ This extension requires [opencode](https://opencode.ai) to be installed on your
1515
## Support
1616

1717
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

Comments
 (0)