BetterThanTomorrow / calva

Clojure & ClojureScript Interactive Programming for VS Code
https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva
Other
1.67k stars 217 forks source link

The "Organize Imports" command does not appear in the Command Palette #2066

Open kpipk opened 1 year ago

kpipk commented 1 year ago

Using the latest version v2.0.330, when invoking the command palette with cmd+shift+p, the "organize imports" command does not appear and is not searchable.

Reverting back to v2.0.324 solves the problem.

PEZ commented 1 year ago

Thanks for reporting! 🙏

julienvincent commented 1 year ago

@kpipk Can you tell me more about your system:

kpipk commented 1 year ago

OS: MacOS Monterey 12.5 Project: Clojure project with deps.edn. Five project folders under a single Workspace lsp: Yes it kind of starts. I have to start it manually, and I have to pick a sub-directory to start in. Related to issue: https://github.com/BetterThanTomorrow/calva/issues/2065#issuecomment-1421092598

PEZ commented 1 year ago

Project: Clojure project with deps.edn. Five project folders under a single Workspace

Can you describe this a bit further? I don't quite see how the workspace is setup.