http://stackoverflow.com/q/29987840/5295549
我参照stackoverflow上的一个answer那么做了,可是出现以下错误:
Failed to launch external program C:\Python35
app.py.
spawn C:\Python35 ENOENT
请问是什么问题呢?
这是我的配置【只修改了下command路径】
{
"version": "0.1.0",
"command": "C:\\Python35",
"args": ["app.py"],
"problemMatcher": {
"fileLocation": ["relative", "${workspaceRoot}"],
"pattern": {
"regexp": "^(.*)+s$",
"message": 1
}
}
}
이 SO 바로 아래에 제가 얼마 전에 간략히 번역한 답변이 또 있습니다.
여기를 보세요
으아아아
위의 구성을 수정하면 됩니다.