-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
[WIP] Inline all decorations - attempt 2 #27218
[WIP] Inline all decorations - attempt 2 #27218
Conversation
@Krzysztof-Cieslak, thanks for your PR! By analyzing the history of the files in this pull request, we identified @alexandrudima and @egamma to be potential reviewers. |
@Krzysztof-Cieslak, |
Can you resolve conflicts and we start looking into this? |
Rebased to latest master |
Your live will be a lot easier if you start fresh and I strongly recommend that. Don't get hung up with massaging the old code, just start with a new thing that simply always shows all errors/warning inline |
So I guess the question is whether I should only add new functionality ( inline all errors / warnings) or also try to replace old functionality with implementation using View Zones as suggested in #20042 (comment) |
Sorry, that was misleading. In above mentioned comment I wasn't suggesting to replace the old functionality but to start fresh for this particular feature. The old bits will stay how they are, for the show all errors/warning feature tho we come up with something new (the old might eventually benefit from this) |
Oh, no problem. I've might interpreted something wrongly in this comment. In such case, starting totally fresh definitely makes sense, I'll try to do |
Closing in favor of #29145 |
This is follow up on #20042.
Original issue: #19749
CC: @jrieken
This is not ready yet, but I just would love to get some input whether I'm moving in right direction.
Right now I'm just trying to replicate current behavior [without adding possibility to display all errors] but moving implementation to
IViewZone
as described in comments in original PR.