- VSCode Version: Latest
- OS Version: Windows 10
Steps to Reproduce:
-
Open/create a Javascript file.
-
Create a string that contains the multi-line comment ending sequence.
var s = "some string */";
-
Now wrap the string in a multi-line comment. The parser picks up the symbol in the string as the ending.
Does this issue occur when all extensions are disabled?: Yes/No
Yes