packages/vscode-ide-companion/development.md
To run the extension locally for development, we recommend using the automatic watch process for continuous compilation:
npm install
packages/vscode-ide-companion) in your VS Code editor.npm run watch
F5 (or fn+F5 on Mac) to open a new Extension Development Host window with the extension running.When the extension runs in VS Code's development mode, the chat panel starts
the CLI through the repository root scripts/dev.js entrypoint. CLI and core
source changes are picked up on the next ACP process start without rebuilding
or copying the bundled dist/qwen-cli/cli.js. Extension UI changes still need
the watch process above.
If you only need to compile the extension once without watching for changes:
npm run build