-
Hi everyone :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @ngfelixl, you can register VSCode plugin commands to the toolbar, but there is no menu context name yet that allows plugins to contribute these by themselves (mainly because VSCode does not feature a toolbar). Meaning that right now, either the tool developer needs to add those in the default-set of commands or the user needs to add them manually. |
Beta Was this translation helpful? Give feedback.
Hey @ngfelixl,
you can register VSCode plugin commands to the toolbar, but there is no menu context name yet that allows plugins to contribute these by themselves (mainly because VSCode does not feature a toolbar). Meaning that right now, either the tool developer needs to add those in the default-set of commands or the user needs to add them manually.