Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runs on projects if there is a parent directory called "templates" #29

Closed
pbnj opened this issue Feb 22, 2021 · 2 comments
Closed

Runs on projects if there is a parent directory called "templates" #29

pbnj opened this issue Feb 22, 2021 · 2 comments

Comments

@pbnj
Copy link

pbnj commented Feb 22, 2021

Problem

I have a project in a path which includes templates in the directory chain. On every save, I get a could not locate any values.yaml error.

Reproduction Steps

$ mkdir -p /tmp/templates/foo
$ code /tmp/templates/foo
# create a README.md and save, you should get an error
$ mkdir -p /tmp/bar
$ code /tmp/bar
# create a README.md and save, you should NOT get an error

Screenshot

Screen Shot 2021-02-22 at 3 21 48 PM

@tim-koehler
Copy link
Owner

Hey @pbnj,
thanks for letting me know. I am currently working on an update which fixes a few things. This is already one of them. The update will be published in the next days.

@tim-koehler tim-koehler mentioned this issue Feb 25, 2021
@tim-koehler
Copy link
Owner

fixed with v0.9.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants