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
Running VSCode on Mac. When I save (using either hotkey or file > save) and my cursor is at the end of a comment line the next line is commented out with an extra /// when the save is complete. This happens when the next line is either another comment or code.
Running VSCode on Mac. When I save (using either hotkey or file > save) and my cursor is at the end of a comment line the next line is commented out with an extra /// when the save is complete. This happens when the next line is either another comment or code.
For example:
(Note: cursor after 'world')
Save
(Note: cursor moves to next line after new ///)
For example:
(Note: cursor after '')
Save
(Note: cursor again moves to next line after new ///)
Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: