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
refactor: extract LSP command handler and make feature opt-in
Move LSP server initialization into dedicated command handler module.
Remove tower-lsp and tokio from default features to avoid bundling
unused code when LSP is not needed.
0 commit comments