mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Remove unused type
This commit is contained in:
parent
971d29b1fb
commit
a985494b95
1 changed files with 0 additions and 6 deletions
|
|
@ -11,12 +11,6 @@ export type CheckpointServiceOptions = {
|
|||
log?: (message: string) => void
|
||||
}
|
||||
|
||||
export type StagedFile = {
|
||||
path: string
|
||||
isStaged: boolean
|
||||
isPartiallyStaged: boolean
|
||||
}
|
||||
|
||||
/**
|
||||
* The CheckpointService provides a mechanism for storing a snapshot of the
|
||||
* current VSCode workspace each time a Roo Code tool is executed. It uses Git
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue