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 9e47144 commit e227a9eCopy full SHA for e227a9e
src/services/checkpoints/ShadowCheckpointService.ts
@@ -34,10 +34,6 @@ export class ShadowCheckpointService extends CheckpointEventEmitter implements C
34
this._isInitialized = value
35
}
36
37
- public get isDirty() {
38
- return this._checkpoints.length > 0
39
- }
40
-
41
private readonly shadowGitDir: string
42
private shadowGitConfigWorktree?: string
43
0 commit comments