mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
812 B
812 B
Local Development ⚙️
Running the Extension
To run the extension locally for development, we recommend using the automatic watch process for continuous compilation:
- Install Dependencies (from the root of the repository):
npm install - Open in VS Code: Open this directory (
packages/vscode-ide-companion) in your VS Code editor. - Start Watch Mode: Run the watch script to compile the extension and monitor changes in both esbuild and TypeScript:
npm run watch - Launch Host: Press
F5(orfn+F5on Mac) to open a new Extension Development Host window with the extension running.
Manual Build
If you only need to compile the extension once without watching for changes:
npm run build