Skip to content

Commit b6f7755

Browse files
committed
Create subscribeToTreeSelectionEvents method
1 parent 368f9c3 commit b6f7755

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extensions/ql-vscode/src/queries-panel/queries-panel.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export class QueriesPanel extends DisposableObject {
2222
});
2323
this.push(this.treeView);
2424

25+
this.subscribeToTreeSelectionEvents();
26+
}
27+
28+
private subscribeToTreeSelectionEvents(): void {
2529
// Keep track of whether the user has changed their text editor while
2630
// the tree view was not visible. If so, we will focus the text editor
2731
// in the tree view when it becomes visible.

0 commit comments

Comments
 (0)