Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.109.5
- OS Version: Windows_NT x64 10
- Commit: 0725862
Steps to Reproduce:
- Open new file
Ctrl + N
- Select file language
JavaScript
- Paste next commented line (entirely as is):
- Cursor stays at the end of this commented line, press
Enter key
- On new line cursor somehow uses additional indentation instead of being right below commented line:
ER
But cursor must be below it:

Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Ctrl + NJavaScript// const test = () => {EnterkeyER
But cursor must be below it:
