Since last update (V1.77.0) the Enter key doesn’t work to create a line break in VS Code editor.
Anybody else experience the same?
Since last update (V1.77.0) the Enter key doesn’t work to create a line break in VS Code editor.
Anybody else experience the same?
3
Answers
I figured out the solution.
In the keyboard shortcuts JSON (keybindings.json file) I added this:
Now the Enter key works as expected in the code editor.
Also check this github issue: Enter key is not working. (And https://github.com/microsoft/vscode/issues/178788)
The vscode-styled-components extension has been identified by a few people as the problem.
From the issue:
Just Disable this extension and it will be fixed