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

add layout to ITerminalContribution #176979

Merged
merged 7 commits into from Mar 13, 2023
Merged

add layout to ITerminalContribution #176979

merged 7 commits into from Mar 13, 2023

Conversation

meganrogge
Copy link
Contributor

@meganrogge meganrogge commented Mar 13, 2023

follow up item to #176413

fix #176826

@meganrogge meganrogge requested a review from Tyriar March 13, 2023 16:23
@meganrogge meganrogge self-assigned this Mar 13, 2023
@meganrogge meganrogge added this to the March 2023 milestone Mar 13, 2023
@meganrogge meganrogge marked this pull request as draft March 13, 2023 17:38
@meganrogge meganrogge marked this pull request as ready for review March 13, 2023 18:07
@@ -1859,6 +1858,13 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {

// Signal the container is ready
this._containerReadyBarrier.open();

for (const contribution of this._contributions) {
Copy link
Member

Choose a reason for hiding this comment

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

this._contributions.values() would avoid the [1]

@meganrogge meganrogge enabled auto-merge (squash) March 13, 2023 23:51
@meganrogge meganrogge merged commit dc99c29 into main Mar 13, 2023
6 checks passed
@meganrogge meganrogge deleted the merogge/layout branch March 13, 2023 23:51
Tyriar added a commit that referenced this pull request Mar 14, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Apr 28, 2023
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.

add ITerminalContribution.layout
3 participants