vscode-open-in-vim icon indicating copy to clipboard operation
vscode-open-in-vim copied to clipboard

Terminal view opens with default shell when Open in Vim used

Open robbles opened this issue 3 years ago • 0 comments

When I'm using the integrated terminal and don't already have the terminal view open, using the Open in Vim command also opens a new terminal with the default shell, and it has focus instead of the vim terminal.

If I set terminal.integrated.defaultLocation to "editor", it opens vim in an editor pane, but still pops open the terminal view with a default shell, which has focus instead of the editor.

If I leave the terminal view open, it doesn't seem to open a new shell, but the shell terminal gets focus instead of the editor window.

How do I prevent this? I'm happy to use in either mode, but I would prefer the editor pane mode.

robbles avatar May 26 '22 17:05 robbles