Skip to content

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

License

Notifications You must be signed in to change notification settings

fabiospampinato/vscode-open-in-terminal

Repository files navigation

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 want.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install fabiospampinato.vscode-open-in-terminal

Usage

It adds 4 commands to the command palette:

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

Settings

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

License

MIT © Fabio Spampinato