Closed geekley closed 4 months ago
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.90.0. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
I cannot reproduce, so this needs a minimal repro code.
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
Does this issue occur when all extensions are disabled?: Probably yes, but an extension is required to test
Steps to Reproduce:
console.log(window.tabGroups.activeTabGroup)
editor/title
button)Expected: The active tab group should be the one in the floating window, because it's the one focused and the one that ran the command.
What happened: Active tab group is the one in the main window. This is causing errors in my extension. If this is somehow expected behavior, then sorry but I couldn't find an API that works regardless of floating window.