How to config debug test in vscode without codelens?
See original GitHub issueI have installed nunit to test my code. But I could only run dotnet test
. I don’t know how to config to run debug test
Also vscode has its Debug all tests
command but it report this error
command ‘vstest.execution.debugAll’ not found
when I call it
Does it need omnisharp-vscode
or roslyn
to handle commands like these ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Debugging in Visual Studio Code
To run or debug a simple app in VS Code, select Run and Debug on the Debug start view or press F5 and...
Read more >Visual Studio Code's "Run Test | Debug Test" option missing ...
Preferences > Settings > User Settings > find "go test enable code lens". go test explorer. Share.
Read more >Launch Configuration - Dart Code - Dart & Flutter support for ...
A launch configuration ( .vscode/launch.json ) file is not required for the ... all default Run/Debug CodeLens links and running tests from the...
Read more >Getting Debug Test Option In Code Lens In Vscode For Nunit C#
Learn about CodeLens and how to use it explore the history of your code or to turn CodeLens off and on, go to...
Read more >Test Explorer in Visual Studio Code - James Pearson
The old “Run Test” and “Debug Test” codelens actions are also still added above the test definition. Commands & Shortcuts. A whole set...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@gregg-miskelly Normally I don’t open codelens because it make line of code too messy. Currently now I need to open codelens just for a times I need to debug and close it afterward
No. The issue tracking that is right here; https://github.com/OmniSharp/omnisharp-vscode/issues/421.