diff options
| author | Shreya Keshive <[email protected]> | 2025-07-24 15:55:39 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-24 19:55:39 +0000 |
| commit | 30b6cf8a008e5bce36eb44f6ee95e036b4af2d81 (patch) | |
| tree | 41011cc455eaefd0db2e92100a7c52ee9f58a19d /packages/vscode-ide-companion/package.json | |
| parent | 4e376c0447dfb691bc4a7182d9778f81792269af (diff) | |
Add "Gemini CLI: Run" command shortcut (#4792)
Diffstat (limited to 'packages/vscode-ide-companion/package.json')
| -rw-r--r-- | packages/vscode-ide-companion/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/vscode-ide-companion/package.json b/packages/vscode-ide-companion/package.json index 913e0c9c..7f02a65d 100644 --- a/packages/vscode-ide-companion/package.json +++ b/packages/vscode-ide-companion/package.json @@ -30,6 +30,14 @@ "activationEvents": [ "onStartupFinished" ], + "contributes": { + "commands": [ + { + "command": "gemini-cli.runGeminiCLI", + "title": "Gemini CLI: Run" + } + ] + }, "main": "./dist/extension.js", "scripts": { "vscode:prepublish": "npm run check-types && npm run lint && node esbuild.js --production", |
