VS code python调试

// A task runner that runs a python program
{
"version": "0.1.0",
"command": "python",
"windows": {
"command": "python.exe"
},
"args": ["${file}"]
}

按下ctrl+shift+b,将上述代码替换对应代码即可

posted @ 2015-08-13 15:15  yinsua  阅读(1067)  评论(0编辑  收藏  举报