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

Built-in VS code shortcut to show Bookmarks extension not working #200889

Closed
ckx opened this issue Dec 14, 2023 · 4 comments
Closed

Built-in VS code shortcut to show Bookmarks extension not working #200889

ckx opened this issue Dec 14, 2023 · 4 comments
Assignees

Comments

@ckx
Copy link

ckx commented Dec 14, 2023

Does this issue occur when all extensions are disabled?: I mean, it wouldn't, but...

  • VS Code Version: 1.85.0
  • OS Version: Fedora 38

The maintainer of the Bookmarks extension bounced an issue over here: alefragnani/vscode-bookmarks#641

I'm also experiencing this problem. I'd expect workbench.view.extension.bookmarks to show the Bookmarks extension but instead it just shows the Explorer.

Steps to Reproduce:

  1. Have the Bookmarks extension installed (perhaps this happens with other extensions, too?)
  2. Set the vscode built-in shortcut for workbench.view.extension.bookmarks to a key binding of your choice
  3. Press it

It doesn't seem to affect everyone. I've confirmed there are no conflicts with the Keyboard Shortcuts Troubleshooter. Here's my keybindings.json entry:

    {
        "key": "ctrl+shift+b",
        "command": "workbench.view.extension.bookmarks"
    }

This is a weak theory, but the title of the extension's sidebar is BOOKMARKS: EXPLORER, could that be affecting the behavior...?

@VSCodeTriageBot
Copy link
Collaborator

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.85.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@ckx
Copy link
Author

ckx commented Dec 14, 2023

Issue remains on 1.85.1.

@gjsjohnmurray
Copy link
Contributor

May be fixed by #200874

Please test in the next Insiders.

@ckx
Copy link
Author

ckx commented Dec 15, 2023

I tested in the latest insiders, and the problem is fixed. Thank you, it's much appreciated.

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

No branches or pull requests

5 participants