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
The "Cancel Build" command is always greyed out. According to this Stackoverflow question, this is because the build system defines a "target" command but not a "cancel" command, so SublimeText doesn't know how to cancel a build.
The "Cancel Build" command is always greyed out. According to this Stackoverflow question, this is because the build system defines a
"target"command but not a"cancel"command, so SublimeText doesn't know how to cancel a build.