Skip to content

Commit

Permalink
fixes #123543
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed May 26, 2021
1 parent 14f6109 commit 18b6620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ class AcceptChangesContribution extends Disposable implements IEditorContributio
return editor.getContribution<AcceptChangesContribution>(AcceptChangesContribution.ID);
}

public static readonly ID = 'editor.contrib.acceptChangesButton';
public static readonly ID = 'editor.contrib.acceptChangesButton2';

private acceptChangesButton: FloatingClickWidget | undefined;

Expand Down

0 comments on commit 18b6620

Please sign in to comment.