You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially, I was planning to create something that could retrieve file paths from multiple selected tabs, but when I found out that this wasn't possible, I had to change the direction of the project.
VS Code has supported multiple tab selection since version 1.90. May 2024
However, as an interface for extensions, there is no isSelected property, so it's not possible to detect the state when multiple tabs are selected.