mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
Add "Gemini CLI: Run" command shortcut (#4792)
This commit is contained in:
parent
4e376c0447
commit
30b6cf8a00
2 changed files with 17 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue