Skip to content

"env" directory is not found anymore #198

Closed
@NiewView

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:
image

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"
    }
  }
}

image

I guess it is a side-effect of the fix for #194

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions