vscode-open-in-vim
vscode-open-in-vim copied to clipboard
Terminal view opens with default shell when Open in Vim used
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.