-
-
Notifications
You must be signed in to change notification settings - Fork 223
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.jackInEnv set env not work when use Environment variables #933
Comments
rollback to 2.0.138 can resolve this error. |
and the latest version go to definition is too slow on my project.but 2.0.138 is fast. |
We changed the jack-in process control mechanism in v2.0.139, which must have caused this problem. The problem with the environment variable that is. Not sure right now how to fix it, since I think it is that the Task system has special support for that syntax, that we don't get when we use childprocess directly. I'll have a look. That slowness probably is due to our clojure-lsp introduction. Please file a separate issue about it. |
It looks like we have lost this functionality, unfortunately. I wasn't aware we had it, but see from your use that it was useful.... I am now thinking how you can work around this, @paomian. And if there is something for your use case that we can make Calva assist with in some other way. If I understand it correctly you need to pass compiler options to Leiningen, while you also have some options in your current environment? |
yes and this project is development by multi person.I do't want add some env to project.clj because it is tracked by git.Other person can get this env config too. |
I see. It seems to be a really useful feature being able to use existing environment variables. So I have prepared a PR adding that specific resolve to the Please help me test it by installing this VSIX in your vscode: https://9860-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.147-933-jack-in-resolve-env-vars-e5b20ba1.vsix |
It work for me! |
I start a repl and get an error.
my setting.json
I don't know this situation is clava or vscode or my setting is wrong?but my setting work on outdated version。
The text was updated successfully, but these errors were encountered: