## Describe the bug <!--- Provide a summary of the issue. If this is an issue with a schema and you have not set a schema yourself then please file the issue on https://github.com/SchemaStore/schemastore. If you are having an issue with a schema that you have set yourself then please attach the schema as well as the YAML to the bug report. For non schema related issues please post the relevant YAML along with any other info that may be relevant. --> After VSCode automatically updated to this 1.20.0 (at the moment ) version, broke the helm template files. <img width="776" height="332" alt="Image" src="https://github.com/user-attachments/assets/4da83cb1-4fa7-4545-9f82-447a5cec39e8" /> <img width="941" height="320" alt="Image" src="https://github.com/user-attachments/assets/19453af1-7cbd-4ebe-9a03-804f69fa6de7" /> ## Expected Behavior <!--- What should happen --> <img width="849" height="321" alt="Image" src="https://github.com/user-attachments/assets/6380a4f4-9f18-43c1-9ba5-0a16348c5fd1" /> <img width="807" height="415" alt="Image" src="https://github.com/user-attachments/assets/7449b9d3-0dc3-4c38-ad17-2ab2dfc0d594" /> ## Current Behavior <!--- What happens instead of the expected behavior --> Expecting the same behaviour as `1.19.1` <img width="807" height="415" alt="Image" src="https://github.com/user-attachments/assets/7449b9d3-0dc3-4c38-ad17-2ab2dfc0d594" /> ## Steps to Reproduce <!--- What steps can be done to reproduce --> 1. Install Version 1.20.0 2. Create a `helm create example-chart` 3. Navigate to any of the files `*.yaml` under `example-chart/templates` 4. **Errors will be shown in VSCODE** 5. Rollback to Version 1.19.1 6. Navigate to any of the files `*.yaml` under `example-chart/templates` 7. No errors in helm-template files. ## Environment - [X] Windows - [ ] Mac - [ ] Linux - [ ] other (please specify)
Describe the bug
After VSCode automatically updated to this 1.20.0 (at the moment ) version, broke the helm template files.
Expected Behavior
Current Behavior
Expecting the same behaviour as
1.19.1Steps to Reproduce
helm create example-chart*.yamlunderexample-chart/templates*.yamlunderexample-chart/templatesEnvironment