vscode-open-in-terminal

1.3.0 • Public • Published

VSC Open in Terminal

Logo

Adds a few commands for opening the current project in Terminal.

It can be configured to use whichever terminal app you use.

Install

Run the following in the command palette:

ext install vscode-open-in-terminal

Usage

It adds 4 commands to the command palette:

'Open in Terminal' // Opens the current folder in Terminal
'Open in Integrated Terminal' // Opens the current folder in the integrated terminal
'Open Root in Terminal' // Opens the current project in Terminal
'Open Root in Integrated Terminal' // Opens the current project in the integrated terminal

Settings

{
  "openInTerminal.app": "Terminal" // The name of your terminal app
}

License

MIT © Fabio Spampinato

Package Sidebar

Install

npm i vscode-open-in-terminal

Weekly Downloads

1

Version

1.3.0

License

MIT

Last publish

Collaborators

  • fabiospampinato