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 971d29b commit a985494Copy full SHA for a985494
src/services/checkpoints/CheckpointService.ts
@@ -11,12 +11,6 @@ export type CheckpointServiceOptions = {
11
log?: (message: string) => void
12
}
13
14
-export type StagedFile = {
15
- path: string
16
- isStaged: boolean
17
- isPartiallyStaged: boolean
18
-}
19
-
20
/**
21
* The CheckpointService provides a mechanism for storing a snapshot of the
22
* current VSCode workspace each time a Roo Code tool is executed. It uses Git
0 commit comments