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
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Originally posted by kkkrist May 16, 2023
v12.1.0 seems to have changed the lsp-proxy command to lsp_proxy (hyphen vs. underscore). Is this intentional? The docs still use the hyphen. In any case, it breaks some editor integrations (nvim-lspconfig). Do downstream project need to adapt?
$ ~/bin/rome-12.1.0 lsp-proxy
flags/invalid ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✖ Failed to parse CLI arguments.
Caused by:
No such command: `lsp-proxy`, did you mean `lsp_proxy`?```</div>
The text was updated successfully, but these errors were encountered:
Discussed in #4487
Originally posted by kkkrist May 16, 2023
v12.1.0 seems to have changed the
lsp-proxy
command tolsp_proxy
(hyphen vs. underscore). Is this intentional? The docs still use the hyphen. In any case, it breaks some editor integrations (nvim-lspconfig). Do downstream project need to adapt?The text was updated successfully, but these errors were encountered: