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 ef5ff54 commit a02a1e1Copy full SHA for a02a1e1
src/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.ts
@@ -95,7 +95,7 @@ export class StickyLineCandidateProvider extends Disposable {
95
return;
96
}
97
if (outlineModel.children.size !== 0) {
98
- this._outlineModel = StickyOutlineElement.fromOutlineModel(outlineModel);
+ this._outlineModel = StickyOutlineElement.fromOutlineModel(outlineModel, -1);
99
} else {
100
const foldingController = FoldingController.get(this._editor);
101
const foldingModel = await foldingController?.getFoldingModel();
0 commit comments