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

Added feature to get all yaml files in a easier way. fixed Folder level settings #60 #61

Open ishan301 opened 1 year ago

ishan301 commented 1 year ago

Earlier in customValueFileNames, we have to specify the names of all the YAML file names manually. I have changed this in such a way that now only the path of the folder is required to extract all the YAML files in that directory. This way user does not need to specify the names of all the files and it saves time. It is really handy in case you are having lots of YAML files that change very often so you can just specify the directory path for those files instead of adding all files manually. Let me know if you have any questions or queries related to it.

ghost commented 1 year ago

delete