Fork me on GitHub
#calva
<
2020-10-28
>
pez07:10:01

I don't think Calva is very common is those setups. Probably Cursive is more common, since it runs in IntelliJ.

pez07:10:26

If Calva is used to start the REPL it will start it with whatever environment that VS Code has (as reported by the env command in an integrated terminal). In addition to this you can provide extra environment using the calva.jackInEnv setting. However, for classpath things deps.edn seem to be the tool to use, since it is designed for that.