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.67k stars 25 forks source link

🐛 fix handling of missing customValueFileNames #45

Closed marcfrederick closed 3 years ago

marcfrederick commented 3 years ago

Fixes #42 by replacing the merge-yaml package. The functionality is basically the same as in the package (using lodash.merge) but adds handling for missing files.