Installation¶
Requirements¶
- VSCode
>= 1.95.0 - Node.js
>= 16 pnpm(recommended for development)- Go installed (or configured through
rightogo.goBinaryPath)
Local development setup¶
Then press F5 in VSCode to open the Extension Development Host.
Install via .vsix¶
Packaging outputs the extension artifact to bin/.
Example output:
Relevant build directories¶
- Compiled runtime:
dist/ - Distribution package:
bin/*.vsix
Build output
This project uses dist/ as the TypeScript output directory.