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
Currently working on a solution that gathers the available commands and registers them once the lsp finishes starting up.
In a way that the commands from each lsp don't overlap. 🤞 Coming soon
Currently the set of clojure lsp commands known by Calva are hardcoded to work around some nuance with multiple lsp-servers in a project.
As seen in src/lsp/commands/lsp-commands.ts
This works as is in the short term, but is brittle as clojure-lsp expands the functions made available.
The text was updated successfully, but these errors were encountered: