GorvGoyl / Shortcut-Menu-Bar-VSCode-Extension

Add handy buttons like beautify, show opened files, save, toggle terminal, etc to the editor menu bar in VSCode. You can also create your own buttons with custom commands. VSCode Marketplace link: https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
GNU General Public License v3.0
224 stars 44 forks source link

menu Bug #25

Closed ghost closed 4 years ago

ghost commented 4 years ago

This menu does not work in text edit mode

2020-09-06_094806

GorvGoyl commented 4 years ago

are you talking about that 3 dots menu? it is not from this extension, it's built-in to the vscode. you can test it by disabling the extension.

ghost commented 4 years ago

Disabling the menu extension works well, but if you enable it again, it does not work when editing text Check it out for yourself, enable the extension then edit the text

ghost commented 4 years ago

Here is a video recorded

https://drive.google.com/file/d/1D-YvESO5rdr1QVnrCetj63STLWg_xg1p/view?usp=sharing

GorvGoyl commented 4 years ago

thanks for that video, that helped! It's a bug and will fix it.

GorvGoyl commented 4 years ago

This is a bug from vscode itself https://github.com/microsoft/vscode/issues/106357 , hopefully they will fix in next release.

ghost commented 4 years ago

thanks, Everything works great