fabiospampinato / vscode-terminals

An extension for setting-up multiple terminals at once, or just running some commands.
MIT License
121 stars 19 forks source link

Run "nvm use" #61

Closed sketchbuch closed 2 years ago

sketchbuch commented 2 years ago

I have a terminal setup to run "nvm use" and have "autorun": true in my config. This works fine, when I switch to the workspace the terminal is run and the correct node version used. Is there any way to specify that nvm use should be run in every terminal, including those created voa VSCode's new terminal comnmand? I want every terminal to switch to the correct node version

fabiospampinato commented 2 years ago

I'm not sure 🤔 Anyway this isn't strictly related to the extension, if you open terminals manually this extension doesn't control them.