Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make maximized layouts available to use in smoke tests (#3807)
Fixes issue where the maximized part layouts introduced in #3616, made specifically for testing, were not available to be used in the tests due to being hidden from the palette. I was mistaken in thinking that the method `app.workbench.quickaccess.runCommand()` used some other method of running commands than the command palette. Hence, I hide the maximized layouts to not clutter the user's palette. This PR just sets the maximized layouts: `workbench.action.fullSizedPanel`, `workbench.action.fullSizedSidebar`, and `Maximized Auxiliary Bar Layout` to be available in the command palette. ### QA Notes Hopefully will make life easier for smoke test users.
- Loading branch information