Skip to content

Commit 18b404f

Browse files
author
Benjamin Pasero
committed
Editor navigation scrolled to top when opening the LRU item (fix microsoft#89519)
1 parent 2cbd686 commit 18b404f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/base/parts/quickopen/browser/quickOpenWidget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,7 @@ export class QuickOpenWidget extends Disposable implements IModelProvider, IThem
754754
else if (autoFocus.autoFocusLastEntry) {
755755
if (entries.length > 1) {
756756
this.tree.focusLast();
757+
this.tree.reveal(this.tree.getFocus());
757758
}
758759
}
759760
}

0 commit comments

Comments
 (0)