Remove unused type

This commit is contained in:
cte 2025-02-11 03:23:59 -08:00
parent 971d29b1fb
commit a985494b95

View file

@ -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