You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
This issue remains unfixed till this day. I came here to create an issue for the same problem.
To reproduce the problem, open a Go Template and try to comment out a line ( e.g. {{- example line }} ) using the Ctrl + / combination, the result is supposed to look like this:
{{-/* example line */}}
but what you get instead, looks like this:
/* {{- example line }} */
which is incorrect syntax.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Commenting text in template results in
/*<text>*/
it should be{{/*<text>*/}}
.The text was updated successfully, but these errors were encountered: