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

Settings UI: Add separator for sync setting #91461

Merged
merged 2 commits into from
Feb 27, 2020
Merged

Settings UI: Add separator for sync setting #91461

merged 2 commits into from
Feb 27, 2020

Conversation

lgordey
Copy link

@lgordey lgordey commented Feb 25, 2020

This PR fixes #91395

@roblourens roblourens added this to the February 2020 milestone Feb 26, 2020
@roblourens roblourens self-assigned this Feb 26, 2020
@@ -1205,6 +1205,7 @@ export class SettingTreeRenderers {
new Separator(),
this._instantiationService.createInstance(CopySettingIdAction),
this._instantiationService.createInstance(CopySettingAsJSONAction),
new Separator(),
Copy link
Member

Choose a reason for hiding this comment

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

This shouldn't be added unless the action after it is present. Otherwise there will be a lone separator at the end of the list (at least on windows with the custom context menu)

@roblourens
Copy link
Member

I made the change so I can get this in today - thanks for the PR!

@roblourens roblourens merged commit cffd0c5 into microsoft:master Feb 27, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2020
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.

Settings UI: add separator for sync setting
2 participants