Johannes Rieken 2025-12-09 17:28:52 +01:00 committed by GitHub
parent a743f7f37c
commit 8f44902d95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);