-
Notifications
You must be signed in to change notification settings - Fork 31
start_sublime_text helper #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
|
@FichteFoll made a comment on Discord that makes it clear:
And indeed it blocks if ST3 is not yet started |
@rwols would you like to handle 3) on your branch or separately? I think |
Well, my PR is somewhat larger than that change. |
#181 has closed it. |
There is this
start_sublime_text
that starts sublime:UnitTesting/sbin/run_tests.py
Line 99 in ecf6add
&
? I understand that this means "run command in the background" but is it really relevant here? It seems to work just fine.subprocess
but I don't exactly understand why it happens.--stay
argument as otherwise, once the tab this command opens is closed, focus switches back to the terminal which can (and does) affect some focus specific testsThe text was updated successfully, but these errors were encountered: