Shopify / ruby-lsp

An opinionated language server for Ruby
https://shopify.github.io/ruby-lsp/
MIT License
1.49k stars 140 forks source link

VSCode: "Pull diagnostics on save" setting is not working #2034

Closed mckeed closed 1 month ago

mckeed commented 3 months ago

Description

When I set "rubyLsp.pullDiagnosticsOn": "save", diagnostics do not show up after saving a file.

Reproduction steps

  1. Open a workspace in VSCode where Ruby LSP works properly
  2. Change the rubyLsp.pullDiagnosticsOn setting to "save"
  3. Make a syntax error in an open ruby file and save the file.
  4. The error is not highlighted.
  5. Closing the tab and re-opening the file highlights the error as expected.
andyw8 commented 3 months ago

:wave: Thanks for the report, I am able to reproduce.

andyw8 commented 3 months ago

Observations:

github-actions[bot] commented 1 month ago

This issue is being marked as stale because there was no activity in the last 2 months