-
Notifications
You must be signed in to change notification settings - Fork 168
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
Support for analyzers #683
Comments
Does this config get you Unity analyser support in vscode? |
Setting up vscode helped me understand the constraints.
Aside, it seems it doesn't priorize the analyzer. So for example:
Using ALE it hints me Is there any way to control diagnostics priority or order? |
Actually, the concept I was behind is suppressors, and support is not available yet (see OmniSharp/omnisharp-roslyn#1711). |
~/.omnisharp/omnisharp.json
This doesn't seem to load
Microsoft.Unity.Analyzers.dll
. IIRC OmniSharp already has some support for them, so maybe it's me not setting things up properly, or omnisharp-vim not supporting this yet?The text was updated successfully, but these errors were encountered: