Jonas Chevalier

Results 831 comments of Jonas Chevalier

I'm not super aware of the space. Did rubymaniac's extension stop being supported, and how does the mkhl.direnv version relate to your fork? I'm happy to host an "official" version,...

Agreed. It's really cool to see you both invested in this by the way. Let's wait for what mkhl has to say but I like the sound of what you're...

I created an empty repo and a team, to which you are both invited. There is a Discussions page you can use to coordinate your work here: https://github.com/orgs/direnv/teams/vscode/discussions

In what ways is the nvm.fish better? Note that things like completion are lost since the .envrc is evaluated in a bash sub-shell and can only re-export environment variables. This...

Thanks for the extra details. The env handling is part of the core design and extending it to handle other features would require some major refactoring.

what happens with just this in the `.envrc`?: ```sh source /ebio/abt3_projects/databases/miniconda3/etc/profile.d/conda.sh conda activate ```

just to be sure, this gives you the error? ``` source /ebio/abt3_projects/databases/miniconda3/etc/profile.d/conda.sh conda activate MY_CONDA_ENV ``` they must have some sort of heuristic in their script

that's what I mean, if you change `conda activate` to `conda activate MY_CONDA_ENV` in the .envrc you get the right behaviour no?

I looks like a much deeper use-case than what I initially understood. Is `/ebio/` a shared filesystem on which the various anaconda instances are being installed and on which researchers...

In that case I think that I would leave the users who wants manual control configure things like they want. If direnv is not installed then they can setup *conda...