Open beautifulcoder opened 1 year ago
Settings beginning with "csharp"
are not supported by this package (removed by #43).
Instead single language-server features can be disabled by "disabled_capabilities"
dictionary in LSP-OmniSharp.sublime-settings.
{
"disabled_capabilities": {
"codeLensProvider": true,
},
}
Hi,
When I set this configuration:
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?