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
I have the same problem, and here is my quick and dirty "fix"
in file language-configuration.json
change "blockComment": ["/*", "*/"]
to "blockComment": ["{{/*", "*/}}"]
When i try to comment out this code
it makes it like this
Correct format should be
The text was updated successfully, but these errors were encountered: