-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Would be great if one could hide the 5 sn-scriptsync commands from the right-click menu in VSCode.
I have lots of extensions installed, and this have lead to the Context Menu(right-click menu) becoming pretty long & cluttered, taller than the screen. I don't use the sn-scriptsync commands often enough to need them in the menu, and as they show on all filetypes, it extra inconvenient.
This is my context menu on .json files, where it's shortest, on others there is enough to need scrolling.

Example of other VS Code extensions implementing similar
vscode-partial-diff has a partialDiff.commandsOnContextMenu setting where each Context Menu command can be hidden separately if wanted, but are visible by default.
If Implemented
-
If implemented, user could for example hide them in the global settings, and then have workspace-specific settings where they only show them in their SN-related workspaces.
-
If implemented as a language override setting, it means the user can have use them filetype-specific settings, (such as only showing them in the menu for
.jsfiles)
If this is implemented, the #116 suggestion is partially covered and not as relevant.