vscode python task.json2.0.0,
分享于 点击 47748 次 点评:79
vscode python task.json2.0.0,
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"taskName": "Python",
"type": "shell",
"command": "${workspaceRoot}/env/bin/python3.5",
"args": [
"${file}"
],
"presentation": {
"reveal": "always",
"panel": "shared"
},
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
相关文章
- 暂无相关文章
用户点评