You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an editor with dirty-diff decorations is hidden and shown again (e.g. when switching editor tabs), the dirty-diff decorations disappear.
Steps to Reproduce:
Open a file with diff changes in a text editor. Verify that dirty-diff decorations are shown for the changes.
Open another editor. Switch back to the first. Note that there are no dirty-diff decorations now.
Additional Information
The issue is present on the current master. It looks like a regression from #14909. I have checked that the issue is present in 72ca8ed, while the parent commit does not have this issue.
The text was updated successfully, but these errors were encountered:
The issue is even worse, since an open dirty-diff peek view is also severely affected by just switching editor tabs:
Open a file with diff changes in a text editor. Open a dirty-diff peek view for a change. Everything is fine so far:
Open another editor. Switch back to the first. Now it looks completely broken. The peek view is no longer seamlessly integrated with the main text editor content but just overlays it:
Bug Description:
When an editor with dirty-diff decorations is hidden and shown again (e.g. when switching editor tabs), the dirty-diff decorations disappear.
Steps to Reproduce:
Open a file with diff changes in a text editor. Verify that dirty-diff decorations are shown for the changes.
Open another editor. Switch back to the first. Note that there are no dirty-diff decorations now.
Additional Information
The issue is present on the current master. It looks like a regression from #14909. I have checked that the issue is present in 72ca8ed, while the parent commit does not have this issue.
The text was updated successfully, but these errors were encountered: