-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Fix: Display failed when text document content provider return empty string ('') #11474
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like my changes lead to the ECA check failing (they were authored using [email protected]
, which isn't covered by the ECA). Do you mind squashing the commits so that only your original email appears in the commit log?
@msujew I amend the commit email. |
…string Signed-off-by: hyy <[email protected]>
Co-authored-by: Mark Sujew <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hyy215 please take a look at the build errors, The throw
is also unreachable so we can safely remove it.
Co-authored-by: Vincent Fugnitto <[email protected]>
Signed-off-by: hyy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I can confirm that the issue exists on master
and is addressed by these changes nicely 👍
What it does
Fix:Display failed when text document content provider return empty string ('')
How to test
Review checklist
Reminder for reviewers