哎还是喜欢在终端输出,那个output总是不喜欢
file->settings中设置全局的
{
"python.pythonPath": "C:\Python27\ArcGIS10.2\python2.exe",
"code-runner.executorMap": {
"python":"$pythonPath $fullFileName",
},
"code-runner.saveFileBeforeRun": true,
"code-runner.runInTerminal": true
}