vscode配置
- 插件
code runner
在setting.json
中关于python的修改为,因为我使用了虚拟环境,得让vscode找到python的路径
"code-runner.executorMap": {
"python": "$pythonPath -u $fullFileName"
}
使其在Run In Terminal
code runner
在 setting.json
中关于python的修改为,因为我使用了虚拟环境,得让vscode找到python的路径"code-runner.executorMap": {
"python": "$pythonPath -u $fullFileName"
}
使其在Run In Terminal