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

I have same problem

adibpwd avatar Jun 02 '22 06:06 adibpwd

I have a similar problem in <style/> as well. Here is the error:

at-rule or selector expectedcss(css-ruleorselectorexpected)

ngdangtu-vn avatar Jul 13 '23 06:07 ngdangtu-vn