summaryrefslogtreecommitdiff
path: root/plugin.video.crossroads/.vscode/tasks.json
blob: 2ac4d869eb04beee4b081c6c8b53e4c72404b7c4 (plain)
1
2
3
4
5
6
7
8
9
10
{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "0.1.0",
    "command": "Python",
    "isShellCommand": true,
    "args": ["${file}"],
    "showOutput": "always",
    "problemMatcher": "$tsc"
}