-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calva Refactor commands not appearing in command palette after initial start #1610
Comments
I witnessed this in two different projects, but now it seems to work with 2.0.256... I restarted clojure-lsp in one project in which it wasn't working (even though I had recently just opened the project recently to test it - so clojure-lsp hadn't been running long), and it started working. 🤔 |
I'll close this for now... but we should keep an eye out for this. |
Okay, this appears to be an issue on initial loading of a project (the first time clojure-lsp starts up, automatically). |
I've also noticed this issue and the one with Jack in not displaying 'choose alias' pop-up (link above) |
I did some shuffling around of how this happens in #1592 , because we can't register them twice. Seems it's now zero registers for the initial start... |
In 2.0.256 the Calva Refactor commands don't show up in the command palette (I'm not sure if they're being registered), even after clojure-lsp has started. In 2.0.255, they do show up. CC @PEZ
The text was updated successfully, but these errors were encountered: