-
-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't collapse template HTML #2234
Comments
me too,hope to solve it as soon as possible. |
I can't reproducible this, but It's not have collapse in template region. I think you can edit title to |
yes, I mean this. Thank you for your reply! |
same problem. In my case reverting to an older version solves the problem only for .vue files created prior 2.4 version of Vetur. |
On my side this seems to be related with linters. When I open a .vue file, folding works, then one second later unusual linter issues appear and folding disappears. |
It's not what you think. We try to use LSP for #899 in v0.27.0, PS. The lint error is another problem, but thanks you. |
This is the correct description of the issue - @dvvdev could you update the title? |
does someone know when the html folding will be supported again? |
@nicovrg seems to be working for me... are you on the latest version? |
i'm on 0.27.0 |
still not working on version 0.31.3 |
Please open a new issue and provide more information. |
In case this helps some of you, I was having a similar issue with code folding disappearing a second or two after loading a .vue file. In my case, I had changed the name of the folder where my .vue files were and forgot to update my vetur.config.js file to point to the new directory name. This resulted in disabling my code folding (but as far as I could tell everything else continued to work - which made it hard to pinpoint this as the issue). Hope this helps someone! |
Info
Problem
Can't collapse code. The triangles disappear when trying to interact with them.
Reproducible Case
Create code with Vetur 2.7.1. Try to collapse it. Does not work.
Disable Vetur. Collapse code as expected.
Revert to Vetur 2.4 version, code collapses as expected .
The text was updated successfully, but these errors were encountered: