We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4711c89 commit e704bc0Copy full SHA for e704bc0
ReloadAllFiles.py
@@ -28,8 +28,3 @@ def focus_all_views(self):
28
29
# Back to current view
30
window.focus_view(current_view)
31
-
32
-class SaveAndReloadCommand(sublime_plugin.WindowCommand):
33
- def run(self):
34
- self.window.run_command("save")
35
- self.window.run_command("reload_all_files")
0 commit comments