Skip to content

Is it possible to get the "selected" tabs #2658

Discussion options

You must be logged in to vote

Hi @erusev ,

Based on the API documentation, it seems TabGroup doesn’t support that, since it has an activeTab property, which points to a single Tab. On the other hand, the same TabGroup has a tabs property, which in a array of Tab, and each Tab has a isActive property. So, you could try out.

If this does not work, I suppose you are out of luck, and I would suggest you to open a feature request in the VS Code repo (https://github.com/microsoft/vscode/issues) so the VS Code team could take a look.

Hope this helps

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by alefragnani
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants