LoginSignup
33
35

More than 5 years have passed since last update.

[Visual Studio Code][Windows] 端末をGit Bashに設定する

Last updated at Posted at 2017-04-12

VSCodeの統合端末を Git Bash に設定する方法メモ(最近のアップデートで自動設定の確認もでるようになった気はしますが)

設定方法

"terminal.integrated.shell.windows" を以下のように設定します。
(git-bash.exe は別にウィンドウが表示されるので、 bin/bash.exe の方を指定して下さい。

端末のユーザー設定の追加
    "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"

設定後

無題.png

参考

Terminal with Git bash · Issue #7690 · Microsoft/vscode

33
35
1

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
33
35