Loving the simplicity and elegance of dev, but I've just noticed the devenv gets turned off when I go into a subfolder:
$ cd project
+cli.github.com=2.68.1
$ cd lib
-cli.github.com=2.68.1
no devenv detected
Is that on purpose? I don't recall if it always worked this way, or if this is changed behavior compared to earlier versions…
Either way, I was assuming the environment would stay active, but perhaps I've misunderstood the point of dev? I was expecting the environment to stay active in all subfolders of the placement of my dependency file.
Loving the simplicity and elegance of
dev, but I've just noticed the devenv gets turned off when I go into a subfolder:Is that on purpose? I don't recall if it always worked this way, or if this is changed behavior compared to earlier versions…
Either way, I was assuming the environment would stay active, but perhaps I've misunderstood the point of
dev? I was expecting the environment to stay active in all subfolders of the placement of my dependency file.