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 creating XUnit tests, setting breakpoints and clicking the Debug Test button above a test, it first runs the debugger. When the test is done, auto-complete stops working and I can no longer press the run or debug button above tests. Also saving files takes forever, when disabling formatting on save it saves again, but still fails on the other 2 issues.
Expected behavior
Working autocomplete, debugging and formatting after debugging.
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:VS Code version:
1.63
C# Extension version:
v1.7.1
OmniSharp log
Steps to reproduce
When creating XUnit tests, setting breakpoints and clicking the
Debug Test
button above a test, it first runs the debugger. When the test is done, auto-complete stops working and I can no longer press the run or debug button above tests. Also saving files takes forever, when disabling formatting on save it saves again, but still fails on the other 2 issues.Expected behavior
Working autocomplete, debugging and formatting after debugging.
The text was updated successfully, but these errors were encountered: