Hi all,
How can I add side bar menu(when I right click on file) only for files or only for folders? For example if I add this code to “Side Bar.sublime-menu”:
{ "caption": "New command", "command": "my_command", "args": {"files": ]} }
I will get new option for all files and folders in sidebar.
How I can add this option only for files?