1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

PlaygroundAdvent Calendar 2019

Day 7

VSCodeのCode Runner一時対策

Last updated at Posted at 2019-12-06

明日からRust三昧になります。

Code Runnnerは再生ボタン押すだけでいい感じにプログラムをコンパイルして動かしてくれるツールです。めちゃくちゃ便利です。競プロとかでいいんじゃないでしょうか。

そんなCode Runnerですが、どうもVSCodeのデフォルトのターミナルがwslになってしまったらしく、バグるようになりました。すでにissue済みでおいおい対応すると思いますが、それまでの間setting.jsonを編集してデフォルトターミナルをコマンドプロンプトにする方法を載せておきます。

環境

Code RUnner 0.9.15
Microsoft Windows [Version 10.0.18362.476]
VSCode 1.40.2

1 左下の設定を開く

スクリーンショット (102).png

2 設定をjsonで開く

スクリーンショット (103).png

3 "terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe"にしてターミナルをcmdにする
スクリーンショット (104).png

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?