CodeLens disappear after complete debugging a test
See original GitHub issueEnvironment data
dotnet --info
output:
.NET Command Line Tools (2.0.0)
Product Information:
Version: 2.0.0
Commit SHA-1 hash: cdcd1928c9
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/2.0.0/
Microsoft .NET Core Shared Framework Host
Version : 2.0.0
Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
VS Code version: 1.15.1 C# Extension version: I think latest
Steps to reproduce
- Debug tests from CodeLens
- Complete the debug session (the test failed)
Expected behavior
CodeLens line should be visible
Actual behavior
No CodeLens at all.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
The case of the disappearing 'Debug' CodeLens in Visual ...
I'm trying to debug a TypeScript unit test which uses the Jest library. There's a nice VS Code extension vs-jest that integrates with...
Read more >CodeLens not showing references - visual studio
Go to Tools -> Options -> Text Editor -> All Languages -> CodeLens then click the "Enable CodeLens" option if it is not...
Read more >[CodeLens] not showing all data - Visual Studio Feedback
It just shows the reference count. To ensure it wasn't a bad cache issue I closed VS and wiped the .vs folder. After...
Read more >Write unit tests for C/C++ in Visual Studio - Microsoft Learn
CodeLens lets you quickly see the status of a unit test without leaving the code editor. Initialize CodeLens for a C++ unit test...
Read more >VS Code tutorial - Wallaby.js
There are 2 tests in the file: a slow test that takes ~1s to complete, and a fast test. Try changing the faster...
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
I know this is closed but I am also getting this issue. Not sure if I can paste any of the logs however. Hoping someone still has the issue and can paste the logs
Ok, thank you!