vscode-go-template
vscode-go-template copied to clipboard
javascript template params are underlined red
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.
I have same problem
I have a similar problem in <style/>
as well. Here is the error:
at-rule or selector expectedcss(css-ruleorselectorexpected)