I am trying to use Visual Studio Code to Debug a MSTest unit test project. But the tests just run and the breakpoint is never reached.
Here is my launch.json:
Try and reload VS Code, worked for me. Press Ctrl+Shift+P which opens the command palette and then :
Reload Window