You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SyntaxCheckPlugin.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ def run_cargo(self, args, cwd):
89
89
"""Args should be an array of arguments for cargo.
90
90
Returns list of dictionaries of the parsed JSON output.
91
91
"""
92
+
92
93
# When sublime is launched from the dock in OSX, it does not have the user's environment set. So the $PATH env is reset.
93
94
# This means ~./cargo/bin won't be added (causing rustup to fail), we can manually add it back in here. [This is a hack, hopefully Sublime fixes this natively]
0 commit comments