Skip to content
Discussion options

You must be logged in to vote

Thanks for reporting this! The root cause: the VS Code extension auto-downloads fallow-lsp to its global storage directory on first activation, but never re-downloads it when the extension or CLI is updated. So the LSP diagnostics were coming from the old binary while your terminal CLI was v2.18.3.

Fixed in d3a0be3 — the extension now checks the installed binary's version on activation and automatically re-downloads if it doesn't match the extension version. This will ship in the next VS Code marketplace release.

Immediate workaround (until the extension update is published):

  1. Open the VS Code "Fallow" output channel (View → Output → select "Fallow")
  2. Find the line Using fallow-lsp binary:…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by BartWaardenburg
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants