chrmarti / vscode-regex

MIT License
157 stars 33 forks source link

Short cut, all though correctly assigned fails to present any window; there's also no command palette option to toggle this window. #68

Closed atengberg closed 1 month ago

atengberg commented 1 month ago

In Ubuntu 20.04 TLS using VSCode version 1.94.2 after downloading the extension version 0.5.0, the crtl + alt + m shortcut fails to materialize any side by side window. Confirmed the extension is installed, the short cut key is registered as expected. If related, there's no option from the autocomplete suggestions when using the command palette to manually open the window.

Maybe I am missing something incredibly obvious?

I can provide more details just let me know what's relevant to share.

chrmarti commented 1 month ago

Did the extension activate? (F1 > Developer: Show Running Extensions)

atengberg commented 1 month ago

Yes.

atengberg commented 1 month ago

My bad, had another extension I thought since removed that was still using the same hot key (also thought the keyboard bindings list would have highlighted this duplicate). Anyways works as intended! Thanks for quick feedback.