You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check to see that only the main template tag is collapseable.
After the update I cant collapse the tags under the template in vue files.
The only collapseable part is the main template tag. Whereas the sub tags inside aren't collapseable.
There are also some times when If I open a vue file it will automatically collapse the template or the script section, or even both.
I had to switch the file type to vue-html to make the all tags collapseable again but making it like that will break the color stylings of the code. It will make the entire script tag color white which looks like a block of text not a code.
Does this issue occur when all extensions are disabled?: Yes/No
The text was updated successfully, but these errors were encountered:
Folding ranges either come from extensions, or they are computed by indentation.
I believe the vue extension provides folding ranges, so if there are ranges missing, this is an issue of the vue extension.
Can you please file the issue against the vue extension?
Steps to Reproduce:
After the update I cant collapse the tags under the template in vue files.
The only collapseable part is the main template tag. Whereas the sub tags inside aren't collapseable.
There are also some times when If I open a vue file it will automatically collapse the template or the script section, or even both.
I had to switch the file type to vue-html to make the all tags collapseable again but making it like that will break the color stylings of the code. It will make the entire script tag color white which looks like a block of text not a code.
Does this issue occur when all extensions are disabled?: Yes/No
The text was updated successfully, but these errors were encountered: