styled-components / vscode-styled-components

Syntax highlighting for styled-components
MIT License
917 stars 118 forks source link

Enter key does not work when the extension is enabled after vscode update 1.77 #408

Closed siddacool closed 1 year ago

siddacool commented 1 year ago

Describe the bug (including copyable syntax) Enter key stops working when the extension is enabled. This happened to me after updating vscode to 1.77.0. After disabling the 'vscode-styled-components' extension Enter works fine.

To Reproduce
1) Update vscode to 1.77.0 (or up) 2) Try editing a file and use enter key

Expected behavior
Enter key should take us to the next line

Build environment (please complete the following information):

Extensions
dbaeumer.vscode-eslint diegolincoln.vscode-styled-components EditorConfig.EditorConfig esbenp.prettier-vscode

siddacool commented 1 year ago

Sorry I was using some other extension with the similar name. But after installing this my problems are fixed