Closed niklaswallerstedt closed 1 year ago
VSCode version: 1.81.0 C# Extension: 2.0.413 Using OmniSharp: false
@dibarbet I believe this would move to CDK and not in this run test scope, correct?
yup closed in favor of https://github.com/microsoft/vscode-dotnettools/issues/460
Issue Description
Using XUnit when I've made changes to a test file the test explorer loses track of that project whenever I try to run the test suite. I need to press
Run Test
twice.Steps to Reproduce
Created a reproduction repo -> https://github.com/niklaswallerstedt/vscode-csharp
Run Test
Expected Behavior
The test suite should be present even after changing any test files
Actual Behavior
The test suite is removed.