LSP-OmniSharp
LSP-OmniSharp copied to clipboard
Can't disable code lens references via configuration
Hi,
When I set this configuration:
// Settings in here override those in "LSP-OmniSharp/LSP-OmniSharp.sublime-settings"
{
"settings": {
"csharp.referencesCodeLens.enabled": false,
}
}
The viewed file with Omnisharp still shows the number of references.
I have tried to disable this feature via the omnisharp.json file to no avail. The troubleshoot tool tells me this setting is actually being picked up correctly. Is there anything else I should be looking at?