LoginSignup
3
1

More than 3 years have passed since last update.

Windows VScode で使うターミナル(シェル)をWSLのbashに設定する。

Last updated at Posted at 2019-06-01

windows VScode で使うターミナル(シェル)の設定

すこし分かりにくかった。
以下、手順を示す。

  • VScode を開く
  • File -> Preferences -> Settings
  • integrated terminal で検索
  • Terminal>Integrated>Env:Windows を探す
  • Edit in settings.json をクリック
  • wsl の bashを使う場合は、以下のように設定する
settings.json
{
    "workbench.colorTheme": "Monokai",
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\wsl.exe"
}
3
1
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
3
1