Skip to content
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

clear decorations on window reload #156924

Merged
merged 6 commits into from Aug 2, 2022
Merged

clear decorations on window reload #156924

merged 6 commits into from Aug 2, 2022

Conversation

meganrogge
Copy link
Contributor

fix #155446

@meganrogge meganrogge self-assigned this Aug 2, 2022
@VSCodeTriageBot VSCodeTriageBot added this to the August 2022 milestone Aug 2, 2022
TylerLeonhardt
TylerLeonhardt previously approved these changes Aug 2, 2022
TylerLeonhardt
TylerLeonhardt previously approved these changes Aug 2, 2022
@meganrogge meganrogge merged commit c95adcf into main Aug 2, 2022
@meganrogge meganrogge deleted the merogge/decos branch August 2, 2022 23:48
@@ -108,6 +110,7 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
}
}
}));
this._register(lifecycleService.onWillShutdown(() => this._disposeAllDecorations()));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand the fix here, was this problem only happening on reconnected terminal or something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, thanks

@github-actions github-actions bot locked and limited conversation to collaborators Sep 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changing decorations to not show in the overview ruler sometimes doesn't hide some of them
4 participants