diff options
| author | Shreya Keshive <[email protected]> | 2025-07-30 18:49:26 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-30 22:49:26 +0000 |
| commit | 0c6f7884060bd30996b212ffa135d95b1c779798 (patch) | |
| tree | c73bab8999c65e3ac7861f71ce7ce4001861ba68 /packages/vscode-ide-companion | |
| parent | 325bb8913776c60b763ee5f66375a4ca90d22ce0 (diff) | |
Exclude companion extension from release versioning (#5226)
Co-authored-by: Jacob Richman <[email protected]>
Diffstat (limited to 'packages/vscode-ide-companion')
| -rw-r--r-- | packages/vscode-ide-companion/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/vscode-ide-companion/package.json b/packages/vscode-ide-companion/package.json index 78968125..c4ff2b68 100644 --- a/packages/vscode-ide-companion/package.json +++ b/packages/vscode-ide-companion/package.json @@ -2,7 +2,7 @@ "name": "gemini-cli-vscode-ide-companion", "displayName": "Gemini CLI Companion", "description": "Enable Gemini CLI with direct access to your VS Code workspace.", - "version": "0.1.15", + "version": "0.0.1", "publisher": "google", "icon": "assets/icon.png", "repository": { |
