vscode-better-folding
vscode-better-folding copied to clipboard
jsx not folding on a single line
Describe the bug folding a JSX snippet keeps the ending fold on a separate line
To Reproduce Steps to reproduce the behavior:
- Open a react js file
- fold any open tag
- closing tag is remaining on line below
Expected behavior fold whole snippet on one line
Screenshots

Can't seem to be able to reproduce it. Would you mind checking the settings to see if folding closing tags option is enabled?
Maybe provide more details on the project environment, is it a normal CRA app, files have .jsx extensions, does it work if all other extensions are disabled, etc..?