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

fix bugs & polish #132501

Merged
merged 5 commits into from
Sep 7, 2021
Merged

fix bugs & polish #132501

merged 5 commits into from
Sep 7, 2021

Conversation

meganrogge
Copy link
Contributor

@meganrogge meganrogge commented Sep 7, 2021

This PR fixes #131190
fixes #131595
fixes #131276
fixes #131813

@meganrogge meganrogge self-assigned this Sep 7, 2021
@meganrogge meganrogge added this to the September 2021 milestone Sep 7, 2021
@meganrogge meganrogge merged commit 6252610 into main Sep 7, 2021
@meganrogge meganrogge deleted the merogge/bugs branch September 7, 2021 01:32
@meganrogge meganrogge requested a review from Tyriar September 7, 2021 13:25
options:
{
pinned: true,
forceReload: true,
preserveFocus: editorOptions?.preserveFocus
}
}, editorOptions?.viewColumn);
}, editorOptions?.viewColumn || ACTIVE_GROUP);
Copy link
Member

Choose a reason for hiding this comment

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

Is this not implied when undefined?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I would've thought so, but apparently not

@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.