Files
ailearning/.vscode/tasks.json
jiangzhonglian f69881fcc3 更新readme
2017-02-25 19:19:30 +08:00

10 lines
257 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "/usr/bin/python",
"isShellCommand": true,
"args": ["${file}"],
"showOutput": "always"
}