Grant Mathews
Grant Mathews
I'm not sure I understand because it appears you already show two different buttons. One is the TDD with a rocketship and one is the "Passing/Build Stopped/Failing" button. Since the...
Are you planning to look into this soon? I might check it out sometime - you know, just for fun :P
Ah, fixed in the latest release. Thank you!
Seems like this wasn't fixed after all.
Although this doesn't fix the issue, are you guys aware of n/N? `n` goes forward one match, `N` backwards one match. It's even a keystroke shorter :-)
Our current policy on extensions is that while we probably won't implement them ourselves, we're completely open to other users implementing them. We're also completely fine with merging them into...
Gonna keep this open as it's a valid feature request.
You can always save to a file somewhere right?
No, that's not true. Depending on how you have your tsconfig configured, it's possible that TypeScript will concatenate all your source files into a single file (if you use outFile)....
> It's only the case if you run TypeScript for the whole project, however I specifically mentioned the scenario when The a.ts file gets compiled .... If you want to...