We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420feba commit 772510dCopy full SHA for 772510d
build.py
@@ -72,6 +72,7 @@ def build(self, opts=[]):
72
73
class SummitBuildWithArgs(SummitBuild):
74
def run(self, *args, **kwargs):
75
+ self.SUMMIT_SETTINGS = sublime.load_settings('SummitEditor.sublime-settings')
76
try:
77
self.build_path = self.window.project_data()['build_path']
78
except KeyError:
0 commit comments