Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabiospampinato/vscode-open-in-terminal

Adds a few commands for opening the current project in Terminal.
https://github.com/fabiospampinato/vscode-open-in-terminal

extension open-in terminal vsc vscode

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-open-in-terminal), or run the following in the command palette:

```shell
ext install fabiospampinato.vscode-open-in-terminal
```

## Usage

It adds 4 commands to the command palette:

```js
'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

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

## License

MIT © Fabio Spampinato