Skip to content

Commit 5be99bc

Browse files
zhanbapochi-agent
andauthored
fix: disable user edit (#979)
🤖 Generated with [Pochi](https://getpochi.com) Co-authored-by: Pochi <[email protected]>
1 parent 4732a66 commit 5be99bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/vscode/src/integrations/checkpoint/user-edit-state.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ export class UserEditState implements vscode.Disposable {
2828
private readonly checkpointService: CheckpointService,
2929
private readonly pochiTaskState: PochiTaskState,
3030
) {
31-
this.setupEventListeners();
31+
// this.setupEventListeners();
3232
}
3333

3434
private get cwd() {
3535
return this.workspaceScope.cwd;
3636
}
3737

38+
// @ts-ignore
3839
private setupEventListeners() {
3940
if (!this.cwd) {
4041
return;

0 commit comments

Comments
 (0)