Skip to content

Commit

Permalink
update to new setting
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Apr 29, 2020
1 parent 6e31f51 commit 3af91c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions release-notes/v1_45.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ If you find issues or have suggestions, you can enter them in the [VS Code repos

### Switch tabs using mouse wheel

When you use the mouse wheel to scroll over editor tabs, you can currently not switch to the tab, only reveal tabs that are out of view. Now with a new setting `workbench.editor.scrollToSwitchTabs` this behaviour can be changed:
* `off`: disables this to preserve today's behaviour (this is the default)
* `natural`: switch to tabs in natural scrolling order
* `reverse`: switch to tabs in reverse scrolling order
When you use the mouse wheel to scroll over editor tabs, you can currently not switch to the tab, only reveal tabs that are out of view. Now with a new setting `workbench.editor.scrollToSwitchTabs` this behaviour can be changed if you change it to `true`.

![Scroll Tabs](images/1_45/scroll-tabs.gif)

Expand Down

0 comments on commit 3af91c3

Please sign in to comment.