mirror of
https://github.com/apachecn/ailearning.git
synced 2026-05-11 00:58:19 +08:00
10 lines
257 B
JSON
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"
|
|
}
|