vscode-go-template icon indicating copy to clipboard operation
vscode-go-template copied to clipboard

javascript template params are underlined red

Open edwvee opened this issue 2 years ago • 2 comments

I use HTML template. I have an embedded JS like:

<script>
var data = {{.Data | noescape}};

So it's underlined red in VS code. Any way to solve it? Template's extension is html.

edwvee avatar Jun 01 '22 10:06 edwvee