Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed May 31, 2022
1 parent 7070fac commit 32d4e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/contrib/markers/browser/markersView.ts
Expand Up @@ -607,6 +607,7 @@ export class MarkersView extends ViewPane implements IMarkersView {

// Restore selection
if (selection && selection.length > 0 && (selection[0] instanceof Marker || selection[0] instanceof MarkerTableItem)) {
this.widget.domFocus();
this.widget.setMarkerSelection(selection[0]);
}
}
Expand Down

0 comments on commit 32d4e7e

Please sign in to comment.