エラー
[Running] python -u "/***/tempCodeRunnerFile.py"
/bin/sh: python: command not found
解消方法
command + ,で設定画面を開き、@ext:formulahendry.code-runnerと入力、Code-runner: Executor Mapを探してjsonの設定画面を開く。
(もしくはcommand + pでsettings.jsonと入力する)
code-runner.executorMap"の"python"部分を以下のように変更する
"code-runner.executorMap": {
...
"python": "python3 -u",
...
--
プラグイン
Code Runner