diff options
| author | christine betts <[email protected]> | 2025-08-14 17:47:36 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-14 17:47:36 +0000 |
| commit | 2416a80e9c1d12718e5cf02db8582cff4c9a5942 (patch) | |
| tree | 2cf142679dbb83a3cb87738e5e54cc768d9e3608 /packages/vscode-ide-companion/package.json | |
| parent | ef54f720de0ed9e94677504b21d437a79fec89fd (diff) | |
[ide-mode] Add docs on running the vscode companion extension locally (#6145)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Shreya <[email protected]>
Co-authored-by: Shreya Keshive <[email protected]>
Diffstat (limited to 'packages/vscode-ide-companion/package.json')
| -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 4cbf9bb1..187da3e8 100644 --- a/packages/vscode-ide-companion/package.json +++ b/packages/vscode-ide-companion/package.json @@ -1,7 +1,7 @@ { "name": "gemini-cli-vscode-ide-companion", "displayName": "Gemini CLI Companion", - "description": "Enable Gemini CLI with direct access to your VS Code workspace.", + "description": "Enable Gemini CLI with direct access to your IDE workspace.", "version": "0.1.19", "publisher": "google", "icon": "assets/icon.png", |
