Panel navigation not working with error: Unknown part workbench.parts.activitybar

if the original vscode action workbench.action.navigateLeft is not working and can’t be fixed, maybe we can provide a new set of action to navigate to file explorer and chat panel.

2 Likes

+1 Im experiencing the same issue

the github issue has a solution:

"workbench.activityBar.orientation": "vertical",
1 Like

@washan Thank you! That solved the issue.

1 Like