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
fix(cli): allow specifying which LSP server to wait for in debug wait
Fixes bounty issue #1395
The --lsp-ready flag was hardcoded to only check for rust-analyzer.
Added --lsp-server argument to allow specifying which LSP to wait for
(e.g., typescript-language-server, pyright, gopls). Defaults to
rust-analyzer for backward compatibility.
0 commit comments