Skip to content

Commit 0b894c4

Browse files
author
aiday-mar
committed
Adding additional update function
1 parent 1a3639e commit 0b894c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ suite('Sticky Scroll Tests', () => {
252252
await withAsyncTestCodeEditor(model, { serviceCollection }, async (editor, _viewModel, instantiationService) => {
253253

254254
const stickyScrollController: StickyScrollController = editor.registerAndInstantiateContribution(StickyScrollController.ID, StickyScrollController);
255+
await stickyScrollController.stickyScrollCandidateProvider.update();
255256
const lineHeight = editor.getOption(EditorOption.lineHeight);
256257

257258
const languageService = instantiationService.get(ILanguageFeaturesService);

0 commit comments

Comments
 (0)