-
Notifications
You must be signed in to change notification settings - Fork 30k
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
issue: #40373 default setting for panel location #40559
Conversation
'type': 'string', | ||
'enum': ['bottom', 'right'], | ||
'default': 'bottom', | ||
'description': nls.localize('panelDefaultLocation', "Controls the location of the panel. It can either show at the bottom or on the right of the workbench.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this controls the default location, so I would prefer the folowing
`"Control the default location of the panel."
@@ -153,6 +153,7 @@ const configurationValueWhitelist = [ | |||
'php.validate.run', | |||
'workbench.welcome.enabled', | |||
'workbench.startupEditor', | |||
'workbench.panel.defaultLocation', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not needed imho, please remove it.
@pfongkye I have added 2 minor comments. Please address them and merge latest master into your PR, resolve conflicts and we can merge this in. Thanks a lot 🍻 |
@isidorn I made the changes and merged master. Thanks for the review 👍 |
@pfongkye this looks great now, thanks a lot I merged it in 🍻 |
No description provided.