|
|
7 months ago | |
|---|---|---|
| .. | ||
| images | 7 months ago | |
| script | 7 months ago | |
| src | 7 months ago | |
| .gitignore | 7 months ago | |
| .vscode-test.mjs | 7 months ago | |
| .vscodeignore | 7 months ago | |
| README.md | 7 months ago | |
| bun.lock | 7 months ago | |
| esbuild.js | 7 months ago | |
| eslint.config.mjs | 7 months ago | |
| package.json | 7 months ago | |
| tsconfig.json | 7 months ago | |
A VS Code extension that integrates opencode directly into your development environment.
This extension requires opencode to be installed on your system. Visit opencode.ai for installation instructions.
This is an early release. If you encounter issues or have feedback, please create an issue at https://github.com/sst/opencode/issues.
code sdks/vscode - Open the sdks/vscode directory in VS Code. Do not open from repo root.bun install - Run inside the sdks/vscode directory.F5 to start debugging - This launches a new VS Code window with the extension loaded.tsc and esbuild watchers run automatically during debugging (visible in the Terminal tab). Changes to the extension are automatically rebuilt in the background.
To test your changes:
Cmd+Shift+PDeveloper: Reload Window