This was working to disable some default items:
from Default.side_bar import *
class NewFileAtCommand(sublime_plugin.WindowCommand):
def is_visible(self):
return False
def is_enabled(self):
return False
This was working to disable some default items:
from Default.side_bar import *
class NewFileAtCommand(sublime_plugin.WindowCommand):
def is_visible(self):
return False
def is_enabled(self):
return False
The best place for bug reports like this is https://github.com/SublimeTextIssues/Core/issues.
For example, I didn’t see this when it was posted 3 weeks ago, but I’ve been working on a bunch of stuff on the issue tracker.