Open dshatz opened 4 weeks ago
Hello
In order to not pollute our git repos with .envrc files I would like to have the following dir structure:
nodejs/ .envrc devbox.json project-using-nodejs/ jvm/ .envrc devbox.json project-using-jvm/
Would it be possible to make this plugin look for .envrc recursively in the parent directories? In that way, opening any of the two projects in jetbrains with this plugin, correct .envrc could be loaded.
Hello
In order to not pollute our git repos with .envrc files I would like to have the following dir structure:
Would it be possible to make this plugin look for .envrc recursively in the parent directories? In that way, opening any of the two projects in jetbrains with this plugin, correct .envrc could be loaded.