You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the "Pretty Typescript Errors" view in a separate view container. If I focus this view and then click on the "Show Error in Sidebar" button in the tooltip that appears, the Explorer view is focused instead, even though the "Pretty Typescript Errors" view is not within this view container.
This is literally the same isse in #182, except with the "Show Error in Sidebar" command. I see that the commit that fixed #182 made the following change:
Describe the bug
I have the "Pretty Typescript Errors" view in a separate view container. If I focus this view and then click on the "Show Error in Sidebar" button in the tooltip that appears, the Explorer view is focused instead, even though the "Pretty Typescript Errors" view is not within this view container.
This is literally the same isse in #182, except with the "Show Error in Sidebar" command. I see that the commit that fixed #182 made the following change:
try { - await commands.executeCommand( - "workbench.view.extension.prettyTsErrors" - ); + await commands.executeCommand("prettyTsErrors.sidePanel.focus"); } catch {}Presumably the same change needs to be made here:
pretty-ts-errors/apps/vscode-extension/src/commands/showErrorInSidebar.ts
Lines 24 to 28 in 89b0048
Screen.Recording.2026-03-18.at.5.34.40.PM.mov