intersystems-community / vscode-objectscript

InterSystems ObjectScript extension for Visual Studio Code
https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
Other
106 stars 48 forks source link

Hide file explorer context commands when multiple items are selected #1390

Closed isc-bsaviano closed 2 months ago

isc-bsaviano commented 2 months ago

Almost all of the commands that we contribute to the file explorer context menu are only apply to a single item. Therefore, it's confusing if the menu options appear when multiple items are selected since the user may not be able to tell which item the command is run with. I propose that we just hide the menu options of mulitselect is active.