vscode-better-folding icon indicating copy to clipboard operation
vscode-better-folding copied to clipboard

Extension not working inside vue script tag

Open AbelClapton opened this issue 2 years ago • 1 comments

Describe the bug The extension isn't working for arrays inside the script tag of .vue files. Tested on plain javascript file and folding is as expected.

To Reproduce Steps to reproduce the behavior:

  1. Open a new .vue file
  2. Create an array
  3. Click to fold

Expected behavior The fold should look like const list = [...]

Screenshots Captura de pantalla (21) Unfolded List

image Folding in .vue script tag

image Folding in plain javascript file

AbelClapton avatar Mar 26 '23 17:03 AbelClapton

Also not working in the HTML parts of a Vue SFC.

mcelligottnick avatar Mar 07 '24 13:03 mcelligottnick