formulahendry / vscode-terminal

Terminal for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.terminal
46 stars 22 forks source link
terminal typescript visual-studio-code vscode vscode-extension

Terminal

Run terminal command directly in Text Editor

Notice

From v0.0.4, this extension will have limited updates for bug fix or feature development, because:

  1. I have another extension: Code Runner which is superset of the Terminal extension since it not only supports powershell, bat/cmd, bash/sh but also supports other script language like js, php, python, perl, ruby, go, lua, groovy, vbscript even F#, C#. Moreover, this Code Runner extension has more functions (e.g. working directory support, output syntax highlight, run as a file instead of running a set of commands and so on) and will have more supports and updates in the future.

  2. VS Code already has basic built-in support for the terminal from v1.2 and add 'run selected text' in v1.3. Besides, the ability to run the entire text of current active text editor will come in v1.5. I have already sent the Pull request and it has been merged.

Features

Usages

Usage

Open

Toggle

Telemetry data

By default, telemetry data collection is turned on. To disable it, update the settings.json as below:

{
    "terminal.enableAppInsights": false
}

Change Log

0.0.10 (2017-07-22)

0.0.9 (2017-07-20)

0.0.8 (2017-05-15)

0.0.7

0.0.6

0.0.5

0.0.4

0.0.3

0.0.2

0.0.1

Issues

Submit the issues if you find any bug or have any suggestion.

Contribution

Fork the repo and submit pull requests.