Skip to content

Commit 8d23bdf

Browse files
committed
Remove the clean-directory utility from checkpoint command exports
1 parent 684c627 commit 8d23bdf

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat",
44
"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",
5+
"version": "1.498.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

packages/vscode/src/commands/checkpoints-command/utils/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export * from './clean-directory'
21
export * from './copy-optimised-recursively'
32
export * from './get-checkpoint-path'
43
export * from './get-incremented-description'

0 commit comments

Comments
 (0)