tim-koehler / Helm-Intellisense

Extension for Visual Studio Code - Intellisense in helm-templates from the values.yaml

Home Page:https://marketplace.visualstudio.com/items?itemName=Tim-Koehler.helm-intellisense&ssr=false#overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lint should ignore Annotations strings

ciiiii opened this issue · comments

Hey @ciiiii, could you specify what you mean by annotation strings? It's unclear to me from your screenshot in what context this occurs. Do you mean inside template comments ({{ /* ... */ }})?

Yes, lint should ignore Field in comments. @marcfrederick

It should also allow valid usages in a :set call

image

Hey @ciiiii
i know it took some time but I just released a patch for the linter to ignore when inside comments.

Hey @ciiiii

i know it took some time but I just released a patch for the linter to ignore when inside comments.

That's awesome, I can't wait to upgrade it.

@tim-koehler This fix only works for single-line comments, right? Could you also apply it to mult-line comments?