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

Folder level settings #60

Open thermobob opened 1 year ago

thermobob commented 1 year ago

I tried to put the following:

"helm-intellisense.customValueFileNames": [ "k8s_dev-stek-vrfs.yaml" ]

in the settings.json inside a project, but I get this message: "This setting cannot be applied in this workspace. It will be applied when you open the containing workspace folder directly."

Is this a bug? How can I apply the customValueFileNames setting at the folder level, when using an workspace?