It would be very handy to have a keyboard shortcut to quickly switch between open projects.
Hi @peterloron ,
This is already possible, using the _native_ command Switch Window. You just have to define a keybinding for it.
As already discussed in #48, there is no API for that _(to be aware of other VSCode instances)_ so the only way is to use the Switch Window command.
Hope this helps
Ah! Thanks. I missed that when I was looking through the key bindings.
Most helpful comment
Hi @peterloron ,
This is already possible, using the _native_ command Switch Window. You just have to define a
keybindingfor it.As already discussed in #48, there is no API for that _(to be aware of other VSCode instances)_ so the only way is to use the Switch Window command.
Hope this helps