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 552af97 commit 3b6a33dCopy full SHA for 3b6a33d
src/vs/editor/contrib/inlayHints/inlayHintsController.ts
@@ -176,7 +176,7 @@ export class InlayHintsController implements IEditorContribution {
176
177
// update inline hints when content or scroll position changes
178
this._sessionDisposables.add(this._editor.onDidChangeModelContent(() => scheduler.schedule()));
179
- this._disposables.add(this._editor.onDidScrollChange(() => scheduler.schedule()));
+ this._sessionDisposables.add(this._editor.onDidScrollChange(() => scheduler.schedule()));
180
scheduler.schedule();
181
182
// update inline hints when any any provider fires an event
0 commit comments