-
Notifications
You must be signed in to change notification settings - Fork 23
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
#265 breaks folding of json responses #269
Comments
Every now and then I should read the docs in full. The standard behavior with indentation is deactivated by the custom FoldingRangeProvider. I have now created my own IndentationFoldingRangeProvider, which I use for the indented areas. |
Hi, unfortunately, the fix hasn't had the desired effect. Even with v6.12.1 I still can't see the markers. |
@bohni Hello, it seems to work for me. Do you have an example or special settings? |
Hi, |
Do you use response output format |
Yes, you're right. I have |
is fixed with this commit 4977f82. I will release fix with next release |
With Release 6.12.0 it is not possible anymore to fold JSON responses in output window
Try
with 6.11.6 I get the folding marks on mouse hover:
with 6.12.0 those marks don't appear.
The text was updated successfully, but these errors were encountered: