polunzh / vscext-start-shell

Visual Studio Code extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

start shells

A Visual Studio Code extension for opening shell on windows.

1. start-git

This can be replaced by new feature startshell

Configurations

{
    "startgit": {
        "shellPath": "path of git shell",
        "cwd": "git word directory"
    }
}

shellPath required: It's the git-bash.exe(not git-cmd.exe) file in git installation directory

Default Key Binding

ctrl+alt+g

Configurations

"startshell": {
    "shells": [{
        "name": "{shell name}",
        "path": "{shell path}",
    }]
}

Usage

  • ctrl + shift + p > input start shell > select your shell
  • ctrl + shift + s > select your shell

About

Visual Studio Code extension


Languages

Language:JavaScript 100.0%