Open Ilanaya opened 1 year ago
This is a good (and reasonable) request, although it will be a bit more involved to make it happen that it would seem, because of how vscode allows extensions access to the keyboard (it really doesn't and we have to hack it with commands).
gitlens.gitCommands.worktree
open
in quick pickExpected result: Pressing
ctrl+enter
opens the selected worktree in a new window immediately instead of opening an additional quick pick with options (the same as vs code builtinworkbench.action.openRecent
command works).I find it confusing to have an extra step here when most of the vs code commands which can open something in a new window open it with the
ctrl + enter
key combination. If you find this feature relevant I can try implementing it myself. With a quick investigation I think I would need to make changes somewhere here