vscode-custom-css
vscode-custom-css copied to clipboard
Bug: Character "$" is not handled correctly
Minimal example to reproduce the bug:
// Custom js
console.log('$1'); // output: </html>
console.log('\x241'); // output: $1