vscode does not report the same thing as the terminal #80
-
|
I'm using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Thanks for reporting this! The root cause: the VS Code extension auto-downloads 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):
|
Beta Was this translation helpful? Give feedback.
-
|
This fix is now released in v2.19.0. After updating the extension from the VS Code marketplace, it will automatically detect the stale binary and re-download the matching version. Thanks for reporting this! |
Beta Was this translation helpful? Give feedback.
Thanks for reporting this! The root cause: the VS Code extension auto-downloads
fallow-lspto 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):
Using fallow-lsp binary:…