rails-run-spec-vscode
rails-run-spec-vscode copied to clipboard
Would be nice to open the default vscode console
Even if I configure Iterm
as the default console in VS code (that it works) the extension open anyway the build in console.
ref. https://stackoverflow.com/questions/29957456/change-default-terminal-app-in-visual-studio-code-on-mac
Anyway great extension! thanks so much!
I would also like this feature. To elaborate, with the following settings:
"terminal.external.osxExec": "iTerm.app",
"terminal.explorerKind": "external"
I'd expect that when I "Run File Specs" (or any of the others from this package), a new iTerm tab is opened that runs the command
@mberrueta @dkniffin will try to look into this in the following days.
Is this a feature that is still being considered? I'd also like to use this extension to run specs in iTerm.