vscode-csharp
vscode-csharp copied to clipboard
Feature Request: Testing API Support
I didn't see an issue for this so I thought I'd add it here.
VSCode now has a native testing API, I've written an adapter for it for Powershell Pester here: https://github.com/pester/vscode-adapter
Are there any plans for this to be incorporated into the C# extension directly for dotnet test, or will it strictly be the realm of add-on extensions?
@JustinGrote I have a proof of concept of an adapter already, I will open a draft PR this week.
Any update?
+1 desperately needed
This and styling extension (like Prettier for JS/TS or Rider CodeStyle) keeps me from fully using Vs Code for my daily .Net work.
Please consider on adding this feature. It will be nice to have it.