I need to debug unit tests for an extension for VS Code but am not able to set any breakpoints. They are skipped all together when running tests, yet work when running the extension in debug mode.
Steps to reproduce:
- I cloned https://github.com/microsoft/vscode-extension-samples.
- code helloworld-test-example
- run npm install and put random breaking points in the test.
- When running the extension tests, the breaking points are not having any effect.
Any help will be appreciated a lot!