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

syntax check at `Missing value at path` #21

Closed axolander closed 3 years ago

axolander commented 3 years ago

getting a "Missing value at path" warning for

foo-{{ .Values.fooValue}}-bar

but not for

foo-{{ .Values.fooValue }}-bar (note the space)

tim-koehler commented 3 years ago

Fixed with v0.7.8