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
Open HTML file and paste: <script>"L"</script><a onclick="show();"></a>
Notice
When the line is split into 2 it's not affected
<script>"L"</script><aonclick="show();"></a>
Originally reported in: trullock/NUglify#166. As the owner of NUglify states: The problem is the VSC HTML parser/IntelliSense when you have a script which contains quotes on the same line as an onFoo attribute using the same quotes
Does this issue occur when all extensions are disabled?: Yes