When running the koans in vs code using the F5 Start Debugging option as per the read me. The OrTheyMightNot koan produces the below debugger exception.
Am I supposed to handle the exception?
When I run the koans on the command line using dotnet run this koan passes without any problems.
When running the koans in vs code using the
F5 Start Debugging
option as per the read me. The OrTheyMightNot koan produces the below debugger exception.Am I supposed to handle the exception?
When I run the koans on the command line using
dotnet run
this koan passes without any problems.