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 c99fef2 commit 98c15c2Copy full SHA for 98c15c2
src/vs/workbench/browser/parts/editor/editorStatus.ts
@@ -683,7 +683,7 @@ export class EditorStatus extends Disposable implements IWorkbenchContribution {
683
}));
684
685
// Hook Listener for content changes
686
- this.activeEditorListeners.add(Event.accumulate(activeCodeEditor.onDidChangeModelContent, this._store)(e => {
+ this.activeEditorListeners.add(Event.accumulate(activeCodeEditor.onDidChangeModelContent, 0, this._store)(e => {
687
this.onEOLChange(activeCodeEditor);
688
this.currentProblemStatus.update(activeCodeEditor);
689
0 commit comments