vscode-custom-css icon indicating copy to clipboard operation
vscode-custom-css copied to clipboard

Bug: Character "$" is not handled correctly

Open Long0x0 opened this issue 5 months ago • 0 comments

Minimal example to reproduce the bug:

// Custom js
console.log('$1'); // output: </html>
console.log('\x241'); // output: $1

Long0x0 avatar Aug 26 '24 17:08 Long0x0