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
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.97.2
OS Version: Ubuntu 24.10
Steps to Reproduce:
Open a JS document
Type "//".at
Put the cursor before the .
Press enter
Observe that it started a comment
Do the same thing with a comma instead of a dot
This is actually disruptive. Ex. fetch requests, which have URL as the first argument. Trying to retroactively split the rest to a new line by pressing enter now puts the right side in a commented line.
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
"//".at
.
This is actually disruptive. Ex.
fetch
requests, which have URL as the first argument. Trying to retroactively split the rest to a new line by pressing enter now puts the right side in a commented line.Historically related: #26694
The text was updated successfully, but these errors were encountered: