Skip to content
New issue

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

The setting 'editor.codeLens' cannot be overrided by 'csharp.referencesCodeLens.enabled' anymore #6070

Closed
th3W3n opened this issue Aug 8, 2023 · 2 comments

Comments

@th3W3n
Copy link

th3W3n commented Aug 8, 2023

Environment data

dotnet --info output:
VS Code version: 1.81.0
C# Extension version: 2.0.328

Steps to reproduce

  1. Set as below on Settings.json file:
"editor.codeLens": true,
"csharp.referencesCodeLens.enabled": false
  1. Open an C# file, you'll then see "xxx references" everywhere now, which were not shown before.
@ben-perry
Copy link

The setting is no longer working for me too, the visual clutter is annoying.

@dibarbet
Copy link
Member

dibarbet commented Aug 8, 2023

This is a dupe of #5809 and will be fixed in this weeks release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants