1.3.0 • Published 7 years ago

vscode-open-in-terminal v1.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

VSC Open in Terminal

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