Skip to content

Commit

Permalink
Inhibit restart while git operation in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Nov 21, 2024
1 parent 3f62b8e commit c7662d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class Workspace implements WorkspaceInterface {

this.registerCreateDeleteWatcher(
rootGitUri,
".git/{rebase-merge,rebase-apply,BISECT_START,CHERRY_PICK_HEAD}",
".git/{rebase-merge,rebase-apply,BISECT_START,CHERRY_PICK_HEAD,index.lock}",
);

this.registerRestarts();
Expand Down

0 comments on commit c7662d8

Please sign in to comment.