REGRESSION INFO
Not repro on C#DK April release Stable build and April prerelease4 (3.14.196)
The dotnet.testWindowEnablenextTest is default unchecked in C#DK April release Stable build and April prerelease4 (3.14.196).
INSTALL STEP
- Install SDK 10.0.300.
- Install latest VS Code and C# dev kit May prerelease3 3.21.203 (C# May release 2.140.9) extension.
REPRO STEPS
- Create a console app and then open it in VS Code.
- Clicking
Run project associated with this file button on the .cs file
The dotnet.testWindowEnablenextTest is default checked in May prerelease3 C#DK

Expected
After clicking the button, there is output in the terminal.
Actual
There is not any response after clicking the button.
Notes
- I found the
dotnet.testWindowEnablenextTest is default checked after installing C#DK extension. under this setting the button works well for UT test project, but it cannot work for console apps.
- If we uncheck it, it works well for console apps, but it cannot work for UT test project.
This phenomenon is very strange.
REGRESSION INFO
Not repro on C#DK April release Stable build and April prerelease4 (3.14.196)
The
dotnet.testWindowEnablenextTestis default unchecked in C#DK April release Stable build and April prerelease4 (3.14.196).INSTALL STEP
REPRO STEPS
Run project associated with this filebutton on the .cs fileThe

dotnet.testWindowEnablenextTestis default checked in May prerelease3 C#DKExpected
After clicking the button, there is output in the terminal.
Actual
There is not any response after clicking the button.
Notes
dotnet.testWindowEnablenextTestis default checked after installing C#DK extension. under this setting the button works well for UT test project, but it cannot work for console apps.This phenomenon is very strange.