LoginSignup
2
2

More than 5 years have passed since last update.

Visual Studio Codeを指定したシェルで開く

Last updated at Posted at 2016-05-10

Visual Studio Code 1.1.0 Released :tada:

Download Visual Studio Code - Mac OS X, Linux, Windows
Visual Studio Code April 1.1.0

地味に待っていたのが :arrow_down:

Launch your preferred shell
You can now specify which external shell VS Code will launch when you use commands like Open in Command Prompt (or Open in Terminal on OS X or Linux). Set the externalTerminal user or workspace setting for your platform (windowsExec, linuxExec) to the executable to launch (cmd is the default for Windows).
For example, to set PowerShell as your external shell on Windows and Terminator on Linux, use:

{
    "externalTerminal.windowsExec": "powershell",
    "externalTerminal.linuxExec": "terminator"
}

とりあえずお気に入りのConEmuをユーザのsettings.jsonに追記しておく。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2