Added new command to switch between windows#11493
Conversation
|
Hi @heycalmdown, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
|
@heycalmdown, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
|
@heycalmdown thanks. it does not really work though when a window has no workspace associated (= empty window): Then I think the title that we show in this picker should match 100% to the title as it is picked in the window itself. That way a user can correlate easily which window he is about to focus. Similar to how the window shows up in the "Window" menu on Mac. Also I wonder if this functionality is not already present in the "Open Recent" picker (from the command palette): The difference is that the "open recent" picker contains a history of all folders opened in the past, but the ones that are opened in multiple windows should be to the top. |
|
@heycalmdown let me know when I should review again |
# Conflicts: # src/vs/platform/commands/common/commandService.ts
Handle undefined terminal name. Fix microsoft#11397
Show high-contrast hover cursor on integrated terminal on Mac. Fix microsoft#11129
- filter windows without workspace - labelling more be friendly
…into switch-window
|
Oh no. I just messed the history during merge upstream. 😢 |
|
I was confused about which is the best practice making new actions, but 0653833 makes things more clearer. Thanks. |
|
@heycalmdown yes please a clean PR 👍 |
|
Thanks. |


Adds support to switch between windows.
shows current opened windows in the quick open dialog. Then selecting one shows the window.
It is very needed while making service with TypeScript on the Micro Service Architecture.