vscode 中code-runner插件 py配置
"code-runner.executorMap": {
"javascript": "node",
"python": "$pythonPath $fullFileName",
}
本文来自博客园,作者:__username,转载请注明原文链接:https://www.cnblogs.com/code3/p/18280704
"code-runner.executorMap": {
"javascript": "node",
"python": "$pythonPath $fullFileName",
}
本文来自博客园,作者:__username,转载请注明原文链接:https://www.cnblogs.com/code3/p/18280704