Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Open in TerminalNew to Visual Studio Code? Get it now.
Open in Terminal

Open in Terminal

Fabio Spampinato

|
8,609 installs
| (6) | Free
Adds a few commands for opening the current project in Terminal.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft