microsoft / vscode-test-cli

Command-line runner for VS Code tests
MIT License
19 stars 7 forks source link

Update Debugging Guidance in README #15

Closed JustinGrote closed 5 months ago

JustinGrote commented 7 months ago

Remove confusing non-functional debugging guidance. If the intention is for testing vscode-test-cli itself, then it should be added as a tasks.json or launch.json config to the .vscode directory of this repository.

Closes #12

connor4312 commented 5 months ago

This actually works now, though it didn't when written 🙂

It's an alternative way to debug tests for users who would prefer to use the traditional F5 experience, but still want to use the test CLI.