lonix1
lonix1
@danielmiessler Please "mute" Bilao600 it looks like a bot that's spamming this issue. :rage: :smile: Will make it hard for others to interact with this issue.
Seems like omnisharp has changed since then. The following two tests are now shown correctly under `Concrete` in the test explorer, and can be run successfully: ````cs public abstract class...
UPDATE: I see it's already available on a CDN "raw.githack.com". Never heard of it (no offence intended to its maintainer). Note that links are [cached for a year](https://raw.githack.com/faq) which means...
@techux Thanks. I am confused though... I searched for this package on jsdelivr and can't find anything. How did you get to those links? A search at https://www.jsdelivr.com/?query=disposable doesn't show...
Wow that is really cool - I didn't know that was possible! Thanks. I hope this package will be added to jsdelivr in an "official way" as well though. Then...
A sample project wouldn't help - it's something you should do manually: - create test - refresh test explorer, ensure test appears - delete test - it still appears in...
Thanks! That fixes the indentation problem, but takes **a lot** of space. I suppose this isn't possible to do properly because of an internal problem in vscode?
Lol I was thinking just that, but like you say it's not a long term solution. On a side note, how do the new testing changes in vscode apply to...
I was hoping they'd release some new APIs to make developing this extension simpler. But if I understand correctly, from this extension's perspective and feature set, nothing changes. It's just...
Another workaround for anyone who runs into this. I keep a `Dummy.cs` file in the main project's root, and add it to my `.gitignore`: ````cs hello world ```` That won't...