vscode配置
- 插件
code runner
在setting.json
中关于python的修改为,因为我使用了虚拟环境,得让vscode找到python的路径
"code-runner.executorMap": {
"python": "$pythonPath -u $fullFileName"
}
使其在Run In Terminal
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/282019.html