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 a45c69b commit 9e1d3d9Copy full SHA for 9e1d3d9
2 files changed
apps/browser/src/manifest.json
@@ -3,8 +3,8 @@
3
"author": "Robert Piosik",
4
"name": "Code Web Chat Connector",
5
"short_name": "CWC",
6
- "description": "Autofill your prompts in chatbots.",
7
- "version": "1.93.0",
+ "description": "Autofill your coding prompts in chatbots.",
+ "version": "1.94.0",
8
"homepage_url": "https://github.com/robertpiosik/CodeWebChat",
9
"icons": {
10
"16": "icons/icon-16.png",
apps/editor/package.json
@@ -2,7 +2,7 @@
2
"name": "gemini-coder",
"displayName": "Code Web Chat",
"description": "Connect VS Code with chatbots (CWC)",
- "version": "1.782.0",
+ "version": "1.783.0",
"scripts": {
"build": "npx vsce package --no-dependencies",
"vscode:prepublish": "rimraf out && npm run compile",
0 commit comments