Closed
Description
Hi,
it seems like since the latest release 6.4.5 the env directory is ignored.
It does not mark the root of a project anymore (as described here https://httpyac.github.io/config/#project-root), nor do the environment files get included in the environment selection.
I have a repository, with an env dir like this without a package.json or .httpyac.json:
env/
├─ Test1.env
├─ Test2.env
Something.http
The enviroments Test1 and Test2 are not found:
Even if I add a .httpyac.json like this there are no environments:
{
"envDirName": "env"
}
only when I directly add them into the httpyac config files a environment is shown:
{
"envDirName": "env",
"environments": {
"Hello": {
"test": "kflads"
}
}
}
I guess it is a side-effect of the fix for #194
Metadata
Assignees
Labels
No labels