We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571681d commit 2c0c4eeCopy full SHA for 2c0c4ee
1 file changed
packages/vscode/package.json
@@ -2,7 +2,7 @@
2
"name": "gemini-coder",
3
"displayName": "Code Web Chat (CWC)",
4
"description": "Free AI coding for everyone",
5
- "version": "1.223.0",
+ "version": "1.224.0",
6
"scripts": {
7
"build": "npx vsce package --no-dependencies",
8
"vscode:prepublish": "rimraf out && npm run compile",
@@ -209,11 +209,6 @@
209
"title": "Code Completion using...",
210
"category": "Code Web Chat"
211
},
212
- {
213
- "command": "codeWebChat.codeCompletionWithInstructions",
214
- "title": "Code Completion with Instructions",
215
- "category": "Code Web Chat"
216
- },
217
{
218
"command": "codeWebChat.codeCompletionWithInstructionsUsingAutoAccept",
219
"title": "Code Completion with Instructions using...",
0 commit comments