mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
# 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483)
This commit is contained in:
30
packages/vscode-ide-companion/development.md
Normal file
30
packages/vscode-ide-companion/development.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Local Development
|
||||
|
||||
## Running the Extension
|
||||
|
||||
To run the extension locally for development:
|
||||
|
||||
1. From the root of the repository, install dependencies:
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
2. Open this directory (`packages/vscode-ide-companion`) in VS Code.
|
||||
3. Compile the extension:
|
||||
```bash
|
||||
npm run compile
|
||||
```
|
||||
4. 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:
|
||||
|
||||
```bash
|
||||
npm run watch
|
||||
```
|
||||
|
||||
## Running Tests
|
||||
|
||||
To run the automated tests, run:
|
||||
|
||||
```bash
|
||||
npm run test
|
||||
```
|
||||
Reference in New Issue
Block a user