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 684c627 commit 8d23bdfCopy full SHA for 8d23bdf
2 files changed
packages/vscode/package.json
@@ -2,7 +2,7 @@
2
"name": "gemini-coder",
3
"displayName": "Code Web Chat",
4
"description": "Blazing fast AI pair programming for production-grade code. Select context as you go for pro accuracy and game-changing speed. (CWC)",
5
- "version": "1.497.0",
+ "version": "1.498.0",
6
"scripts": {
7
"build": "npx vsce package --no-dependencies",
8
"vscode:prepublish": "rimraf out && npm run compile",
packages/vscode/src/commands/checkpoints-command/utils/index.ts
@@ -1,4 +1,3 @@
1
-export * from './clean-directory'
export * from './copy-optimised-recursively'
export * from './get-checkpoint-path'
export * from './get-incremented-description'
0 commit comments