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
Hey, I'm not sure if this is a VS code thing or a solargraph issue.
Solargraph works fine when I open a file, but it doesn't seem to rerun the reporters/diagnostics when changing the file. ISTR this working on the fly, but now, even when saving the file, the diagnostics don't update and I need to restart the solargraph server to get updated cop results.
Is this a configuration issue, or could I be running into a bug?
The text was updated successfully, but these errors were encountered:
In your VS Code settings, solargraph.diagnostics should be set to true. If you have a .solargraph.yml file in your project, make sure it has diagnostics reporters set, e.g.:
Hey, I'm not sure if this is a VS code thing or a solargraph issue.
Solargraph works fine when I open a file, but it doesn't seem to rerun the reporters/diagnostics when changing the file. ISTR this working on the fly, but now, even when saving the file, the diagnostics don't update and I need to restart the solargraph server to get updated cop results.
Is this a configuration issue, or could I be running into a bug?
The text was updated successfully, but these errors were encountered: