-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Tabs Multi Select Polish #212930
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
Tabs Multi Select Polish #212930
Conversation
src/vs/workbench/browser/parts/editor/media/editortabscontrol.css
Outdated
Show resolved
Hide resolved
src/vs/workbench/browser/parts/editor/multiEditorTabsControl.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/browser/parts/editor/multiEditorTabsControl.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/browser/parts/editor/multiEditorTabsControl.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/browser/parts/editor/multiEditorTabsControl.ts
Outdated
Show resolved
Hide resolved
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.
Review for multiEditorTabsControl
src/vs/workbench/browser/parts/editor/multiEditorTabsControl.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/browser/parts/editor/multiEditorTabsControl.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/browser/parts/editor/multiEditorTabsControl.ts
Outdated
Show resolved
Hide resolved
I've decided to remove I decided to use |
src/vs/workbench/browser/parts/editor/multiEditorTabsControl.ts
Outdated
Show resolved
Hide resolved
* Tabs Multi Select Polish * 💄 * add todo * add todo * update * 💄 * 💄 * 💄 * more review * 💄 * 💄 * fix bad function call * remove todo * jsdoc * 💄 * fix typo * 💄 * 💄 * 💄 multiEditorTabs * model accepts multiple editors * Use setSelection() * fix tests * 💄 * 💄 * discussion * discussion * fix selection * typo --------- Co-authored-by: Benjamin Pasero <[email protected]>
This pull request includes polishes to multiselect for tabs
Related PR: #211712