LoginSignup
0
0

Code RunnerでNo such file or directoryのエラーが出る

Posted at

エラー内容

C言語のファイルをCode-Runnerで実行しようとすると、

No such file or directory

のエラーが出る。

結論

vscodeのsetting.jsonに下記を追記する。

"code-runner.terminalRoot":"/",

実行環境等

  • Widows11 Home 23H2
  • Git bash

参照元

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