Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Unknown part workbench.parts.activitybar" when moving to the sidebar! #1570

Open
a-eid opened this issue Jul 26, 2024 · 6 comments
Open

"Unknown part workbench.parts.activitybar" when moving to the sidebar! #1570

a-eid opened this issue Jul 26, 2024 · 6 comments

Comments

@a-eid
Copy link

a-eid commented Jul 26, 2024

  1. If you can, please include a screenshot of your problem

Screenshot 2024-07-26 at 10 28 21 PM

  1. Please include the name of your operating system
    MacOS

  2. If you can, steps to reproduce are super helpful

I have these vscode shortcuts to move between splits ( ctrl + l ) to move to right right split & ( ctrl + h ) to move to the left split, however I am unable to move to the sidebar and I can only move to splits. ( it works on vscode fine )

@washanhanzi
Copy link

Got the same problem, the action is workbench.action.navigateLeft and similar ones.

@Bubbleinpit
Copy link

Same problem here. I just want to use keybinding to navigate among panels but I always get this error message.

[
  {
    "key": "ctrl+j",
    "command": "workbench.action.navigateDown"
  },
  {
    "key": "ctrl+k",
    "command": "workbench.action.navigateUp"
  },
  {
    "key": "ctrl+h",
    "command": "workbench.action.navigateLeft"
  },
  {
    "key": "ctrl+l",
    "command": "workbench.action.navigateRight"
  }
]

@benschac
Copy link

SAME!

@code661
Copy link

code661 commented Aug 28, 2024

This way it can be solved.

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

CleanShot 2024-08-28 at 10 56 28@2x

@yangsimin
Copy link

This way it can be solved.

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

CleanShot 2024-08-28 at 10 56 28@2x

It works !!

@yagudaev
Copy link

Thanks, @code661, it works great. Life saver 🛟

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants