Hi!
I’d like to hide some of the default commands from the sidebar right-click menu, e.g.:
- Rename
- Open Folder
- Open Git Repository
- …
I have my own version of Side Bar.sublime-menu
, but it seems there’s no way to disable them.
I also tried to override the commands in the default package (Default/side_bar.py
) by making is_visible()
return False but that didn’t work.
Any suggestion?