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

Works on all open Visual Studio instances at the same time #5

Open
MikelLuri opened this issue Aug 28, 2023 · 1 comment
Open

Works on all open Visual Studio instances at the same time #5

MikelLuri opened this issue Aug 28, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@MikelLuri
Copy link

Describe the bug
With several Visual Studio instances open, when scrolling on the tabs of one of them, all tab groups of all instances are expanded/collapsed.

To Reproduce
Steps to reproduce the behavior:

  1. Open more than one Visual Studio instance
  2. Open several documents in each, so that multiple tab lines are required to show all documents.
  3. Scroll on the tabs
  4. The tabs on all Visual Studio instances are shown as multiline

Expected behavior
Only the tabs on the current Visual Studio Instance are shown as multiline

@MikelLuri MikelLuri added the bug Something isn't working label Aug 28, 2023
@lordfanger
Copy link
Contributor

Visual Studio settings are global affecting all instances (possibly synchronized across multiple machines). This extension cannot apply change only for single instance or single window/tab well in that instance.

But you can add suggestion (if not already added) to ticket here https://developercommunity.visualstudio.com/t/Scrollable-open-file-tabs-with-mouse-whe/353560, inside Visual Studio it could be implemented without these hacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants