mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Shreya <shreyakeshive@google.com> Co-authored-by: Shreya Keshive <skeshive@gmail.com>
610 B
610 B
Local Development
Running the Extension
To run the extension locally for development:
- From the root of the repository, install dependencies:
npm install - Open this directory (
packages/vscode-ide-companion) in VS Code. - Compile the extension:
npm run compile - Press
F5(fn+f5 on mac) to open a new Extension Development Host window with the extension running.
To watch for changes and have the extension rebuild automatically, run:
npm run watch
Running Tests
To run the automated tests, run:
npm run test