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
This extension works great for HTML files. Thank you for that. However, I was wondering if it's possible to be able to clear off those errors from my workspace when using Hugo snippets in JavaScript (via <script> tags or external JS files).
Currently, this is happening:
in HTML file:
in JS file:
Because of this, I'm unable to use syntax and error highlighting of VSC as I don't realise if I have actually made a syntax error or if it's just because of Hugo's snippets. Thus, if you'd be able to add ability to highlight in these files, it'd be just amazing!
The text was updated successfully, but these errors were encountered:
Hello.
This extension works great for HTML files. Thank you for that. However, I was wondering if it's possible to be able to clear off those errors from my workspace when using Hugo snippets in JavaScript (via
<script>
tags or external JS files).Currently, this is happening:
in HTML file:
in JS file:
Because of this, I'm unable to use syntax and error highlighting of VSC as I don't realise if I have actually made a syntax error or if it's just because of Hugo's snippets. Thus, if you'd be able to add ability to highlight in these files, it'd be just amazing!
The text was updated successfully, but these errors were encountered: