mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-07 07:35:00 +01:00
Fixes #190953
This commit is contained in:
committed by
Henning Dieterichs
parent
a2faf32408
commit
d8e218558b
@@ -257,6 +257,8 @@ export class InlayHintsController implements IEditorContribution {
|
||||
}
|
||||
}));
|
||||
this._sessionDisposables.add(this._editor.onDidChangeModelContent((e) => {
|
||||
cts?.cancel();
|
||||
|
||||
// update less aggressive when typing
|
||||
const delay = Math.max(scheduler.delay, 1250);
|
||||
scheduler.schedule(delay);
|
||||
|
||||
Reference in New Issue
Block a user