will definitely check and do that - will post here
wow you actually identified the problem with pedestal there, good job, var reloading is always a problem in this kind of things
Fixed and released π
Oh, good to know I hit the mark!
There could be some way around that with pedestal
Thanks!
I've updated the PR to include the latest clojure-lsp to fix the issue above. Here's the vsix, but I updated the link above too: https://12326-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.182-use-clojure-lsp-native-binaries-9be4279e.vsix
Works π
:catjam:
Hmm, with the help of this
"calva.replConnectSequences": [
{
"name": "My Defaults",
"projectType": "Leiningen",
"cljsType": "none",
"menuSelections": {
"leinProfiles": ["dev"],
}
}
]
I managed to remove one menu selection option about profile selection, but there are still 2 options I need to select manually.
1. Start your project with REPL server and connect(aka jack-in)
2. select a project type, to my custom project type
Is there any option to eliminate selecting them as well?Using the jack-in command should eliminate the first one. The second one, I donβt think so, but you can think of it as a chorded keyboard shortcut: ctrl+alt+c ctrl+alt+j enter
.
cool thanks π