mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-10 00:27:05 -06:00
This commit is contained in:
parent
a743f7f37c
commit
8f44902d95
@ -264,7 +264,9 @@ export class InlayHintsController implements IEditorContribution {
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
store.add(inlayHints);
|
||||
store.add(toDisposable(() => watchedProviders.clear()));
|
||||
this._updateHintsDecorators(inlayHints.ranges, inlayHints.items);
|
||||
this._cacheHintsForFastRestore(model);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user