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
By default, when we make a change to a file, a textDocument/diagnostic is sent.
With rubyLsp.pullDiagnosticsOn set to save, and we use "Save Without Formatting", there is a notification for didChangeWatchedFiles, but not for textDocument/diagnostic.
With rubyLsp.pullDiagnosticsOn set to save, and we save normally, there are notifications for textDocument/didChange and workspace/didChangeWatchedFiles.
Description
When I set
"rubyLsp.pullDiagnosticsOn": "save"
, diagnostics do not show up after saving a file.Reproduction steps
rubyLsp.pullDiagnosticsOn
setting to"save"
The text was updated successfully, but these errors were encountered: