We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
codeLens
I'm using Test Explorer UI and Mocha Test Explorer extensions for NodeJS. My settings in settings.json is:
Test Explorer UI
Mocha Test Explorer
NodeJS
settings.json
"testExplorer.codeLens": true,
but I do not see codeLens:
In general, codeLens works for me:
I have the latest stable version of Windows 11 and VSCode installed.
Windows 11
VSCode
The text was updated successfully, but these errors were encountered:
I can confirm this issue and maybe there is another issue
The "testExplorer.gutterDecoration": true is not displayed as well.
"testExplorer.gutterDecoration": true
I think that the gutter decoration of the image above comes from the native setting "testing.gutterEnabled": true
"testing.gutterEnabled": true
Sorry, something went wrong.
No branches or pull requests
I'm using
Test Explorer UI
andMocha Test Explorer
extensions forNodeJS
. My settings insettings.json
is:"testExplorer.codeLens": true,
but I do not see codeLens:
In general, codeLens works for me:
I have the latest stable version of
Windows 11
andVSCode
installed.The text was updated successfully, but these errors were encountered: