You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wow - that's an blast from the past. Historically we only had backed in reference info and that we have generalised code lens which is contributed from extensions that setting doesn't make sense anymore...
I have added a new setting codeLens that is better name for what it does - the old value is discouraged but still respected. The information that is shown in code lens depends on the the extensions you install. By default VS Code ships with no code lens provider
Hi, i think, single option
"editor.referenceInfos": true
for 'references', 'run test' and 'debug test' is not useful.
What if i need to run test from the vscode, but i very don't like 'references'?
Please, split these options to something like
"editor.referenceInfos": true
"editor.debuggingCommands": true
Thank you.
The text was updated successfully, but these errors were encountered: