tim-koehler / Helm-Intellisense

Extension for Visual Studio Code - Intellisense in helm-templates from the values.yaml
https://marketplace.visualstudio.com/items?itemName=Tim-Koehler.helm-intellisense&ssr=false#overview
MIT License
1.6k stars 23 forks source link

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

Closed pbnj closed 3 years ago

pbnj commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

fixed with v0.9.2