Cancel build has no effect
cgarrard opened this issue · 13 comments
It would be great if the Cancel Build command worked while building with Conda, but it doesn't seem to. Is it possible to enable this?
Hi @cgarrard! Unfortunately this is a problem with the way Sublime's Default.exec.ExecCommand handles inheritance:
sublime-text-conda/commands.py
Line 425 in 509ef87
I've mentioned this before on sublime's IRC channel awhile ago but nothing really came out of it. I'll try discussing this again to see if there have been any new changes.
Turns out the solution to this issue was pretty simple. I've released version 0.4.0 of sublime-text-conda that will allow you to use the Cancel Build
option in Sublime Text. Package Control should automatically update your version shortly.
Please let me know if you have further issues.
No problem 😃
I still encounter this problem, how should I fix this?
@koen430 Could you let me know what operating system you're using as well as which version of sublime-text-conda you're running?
@mandeep Thanks for the quick response! I am running on Mac, the version of sublime-text-conda that I am using is v0.5.0
Thanks. I'm able to replicate this issue with ST v3.1.1 Build 3176. Are you running the same build?
Yes, that is the build I am running
I'm thinking this is a problem with ST3. I will investigate and see if there is anything I can do to mitigate this.
@koen430 It seems that there were some internal changes to ST3 that broke sublime-text-conda's way of canceling a build. I've pushed a fix for this in v0.5.1. Please let me know if you still experience this issue after upgrading.
Thank you very much! Works perfectly fine now