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
Currently using the comment shortcut "control + /" uses whatever the default comment type is for the file extension, for exampled <!-- comment --> in html, rather than the go template comment format which is {{/* a comment */}}
It would be great to be able to instead use the go template comment format for identified template files.
The text was updated successfully, but these errors were encountered:
Currently using the comment shortcut "control + /" uses whatever the default comment type is for the file extension, for exampled
<!-- comment -->
in html, rather than the go template comment format which is{{/* a comment */}}
It would be great to be able to instead use the go template comment format for identified template files.
The text was updated successfully, but these errors were encountered: