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 368f9c3 commit b6f7755Copy full SHA for b6f7755
extensions/ql-vscode/src/queries-panel/queries-panel.ts
@@ -22,6 +22,10 @@ export class QueriesPanel extends DisposableObject {
22
});
23
this.push(this.treeView);
24
25
+ this.subscribeToTreeSelectionEvents();
26
+ }
27
+
28
+ private subscribeToTreeSelectionEvents(): void {
29
// Keep track of whether the user has changed their text editor while
30
// the tree view was not visible. If so, we will focus the text editor
31
// in the tree view when it becomes visible.
0 commit comments