方法1json "code-runner.executorMap": { "python":"export PYTHONIOENCODING=UTF-8 && $pythonPath $fullFileName" },
json "code-runner.executorMap": { "python":"export PYTHONIOENCODING=UTF-8 && $pythonPath $fullFileName" },
方法2
"code-runner.executorMap": {"python":"cd $dir && $pythonPath $fullFileName"},"code-runner.runInTerminal": false,
转:https://www.cnblogs.com/Juworchey/p/9070874.html