BetterThanTomorrow / calva

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

The Generic project type is sometimes missing from the menu when connecting the REPL #2634

Open PEZ opened 1 month ago

PEZ commented 1 month ago

I don't have a nice repro. But it could be that it always happens on this project: https://github.com/ericdallo/clojure-sample/tree/calva-issue-parse-project

To try repro it in any project, issue the command to connect a repl and see if Generic shows up as a project type.

PEZ commented 1 month ago

I can't reproduce it reliably with the sample project either. Sometimes it seems to have to do when the menu is rebuilt, like when a new project type config file is added to the project. But it's not clean like that.