Quantcast
Channel: Randy Riness @ SPSCC aggregator
Viewing all articles
Browse latest Browse all 3015

MSDN Blogs: 【Visual Studio Code】Windows10Anniversary Update環境でターミナルでbashしてみる

$
0
0

皆さん、こんにちは。テクニカルエバンジェリスト戸倉彩です。

今回はWindows 10 Anniversary Updateの新機能として追加されたbashを、Visual Studio Codeのターミナルで呼び出す方法を紹介します。

過去に投稿した【Visual Studio Code 1.2以降】統合TerminalをコマンドプロンプトからPowerShellに変更する (Windows版) https://blogs.msdn.microsoft.com/ayatokura/2016/06/10/vscode_terminal_powershell/ を参考に、setting.jsonファイルを下記のとおり編集する。

“terminal.integrated.shell.windows”: “C:\windows\sysnative\bash.exe”

image

Have a nice Code♪


Viewing all articles
Browse latest Browse all 3015

Trending Articles