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 7ddc363 commit 7fa2c96Copy full SHA for 7fa2c96
src/type-hierarchy.ts
@@ -317,9 +317,7 @@ class TypeHierarchyProvider implements
317
318
this._onDidChangeTreeData.fire(null);
319
320
- // This focuses the "explorer" view container which contains the
321
- // type hierarchy view.
322
- vscode.commands.executeCommand('workbench.view.explorer');
+ vscode.commands.executeCommand('clangd.typeHierarchyView.focus');
323
324
// This expands and focuses the type hierarchy view.
325
// Focus the item on which the operation was invoked, not the
0 commit comments