You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on my projects I used the VS Code C# Extension. For testing I used XUnit and dotnet test. But once in a while, I debugged a test case using the "Debug Test" code action above the unit test.
After updating from 1.x to 2.x pre-release I miss the functionality. It seems also not to exist in DevKit.
I am aware of Dev Kit Test Explorer.
Steps To Reproduce
VS Code with Prerelease 2.x C# Extension (not C# Dev Kit)
Expected Behavior
The basic C# extension continuous to have the functions it had.
Test Debugging (and debugging) is not a advanced dev kit feature.
The Code Action to be present
Environment Information
Windows
Latest VS Code
The text was updated successfully, but these errors were encountered:
Describe the Issue
When working on my projects I used the VS Code C# Extension. For testing I used XUnit and
dotnet test
. But once in a while, I debugged a test case using the "Debug Test" code action above the unit test.After updating from 1.x to 2.x pre-release I miss the functionality. It seems also not to exist in DevKit.
I am aware of Dev Kit Test Explorer.
Steps To Reproduce
VS Code with Prerelease 2.x C# Extension (not C# Dev Kit)
Expected Behavior
The basic C# extension continuous to have the functions it had.
Test Debugging (and debugging) is not a advanced dev kit feature.
The Code Action to be present
Environment Information
The text was updated successfully, but these errors were encountered: