-
Notifications
You must be signed in to change notification settings - Fork 82
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
"Auto indent" setting is broken in version 0.25.0 #899
Comments
I suspect the problem comes from a179451 @JessicaJHee @datho7561 canyou reproduce it? |
Yes, I can reproduce the issue, and it comes from the commit you mentioned. Sorry about that, I must have missed it in review. |
Make sure to upcast `string|DocumentFilter` correctly when setting indentation rules. Fixes redhat-developer#899
No problem @datho7561 it is too my fault:) Thanks for your fix #900, I think you are in the right direction. |
Make sure to upcast `string|DocumentFilter` correctly when setting indentation rules. Fixes redhat-developer#899
Make sure to upcast `string|DocumentFilter` correctly when setting indentation rules. Fixes #899
@pvburkov please note that @datho7561 did a fix now for your issue and you will able to install prerelease tomorrow I think to test it |
@angelozerr and redhead-developer team, thank you very much! Auto-indentation works again) |
@pvburkov glad it fixes your issue. The congrat is for @datho7561 and @JessicaJHee , I did nothing for this fix:) |
Hello!
Unfortunately, after my update to version 0.25.0, "auto indent" setting was broken for XML and XSD files (even with value "full" there is no indentation after pressing Enter). In version 0.24.0 this rule is working fine.
Here're some of my tech parameters (if you need more, please, tag me in comments below):
The text was updated successfully, but these errors were encountered: