-
Notifications
You must be signed in to change notification settings - Fork 245
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
VS Code extension folding with multiple lines of decorators is broken #2747
Comments
@garethj-msft is this still reproing for you? I works fine for me |
Closing issue based on Timothee's comment. @garethj-msft if you continue to see this issue please reopen. |
@mario-guerra @timotheeguerin I don't have the rights to re-open, but yes it's still reproing for me today. |
ok so actually repro it didn't when involving a comment above, not sure why I was trying with that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently folding in VS Code hides too much of the folded item, so you can't identify it.
For example folding
shows the following:
Whereas folding:
shows:

Expected:
In both cases, the content of the
model
should be foldedActual:
Both cases are broken, albeit differently.
The text was updated successfully, but these errors were encountered: