mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
Polish companion extension README and package.json file ahead of publishing (#4729)
This commit is contained in:
parent
e9e2f55144
commit
107ce8afa3
4 changed files with 40 additions and 11 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "gemini-cli-vscode-ide-companion",
|
||||
"displayName": "Gemini CLI VSCode IDE Companion",
|
||||
"description": "",
|
||||
"version": "0.1.13",
|
||||
"displayName": "Gemini CLI Companion",
|
||||
"description": "Enable Gemini CLI with direct access to your VS Code workspace.",
|
||||
"version": "99.99.99",
|
||||
"publisher": "google",
|
||||
"icon": "assets/icon.png",
|
||||
"repository": {
|
||||
|
|
@ -13,8 +13,19 @@
|
|||
"engines": {
|
||||
"vscode": "^1.101.0"
|
||||
},
|
||||
"license": "LICENSE",
|
||||
"preview": true,
|
||||
"categories": [
|
||||
"Other"
|
||||
"AI"
|
||||
],
|
||||
"keywords": [
|
||||
"gemini-cli",
|
||||
"gemini cli",
|
||||
"gemini",
|
||||
"gemini code",
|
||||
"cli",
|
||||
"ide integration",
|
||||
"ide companion"
|
||||
],
|
||||
"activationEvents": [
|
||||
"onStartupFinished"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue