summaryrefslogtreecommitdiff
path: root/plugin.video.crossroads/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.crossroads/.vscode/tasks.json')
-rw-r--r--plugin.video.crossroads/.vscode/tasks.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugin.video.crossroads/.vscode/tasks.json b/plugin.video.crossroads/.vscode/tasks.json
new file mode 100644
index 0000000..2ac4d86
--- /dev/null
+++ b/plugin.video.crossroads/.vscode/tasks.json
@@ -0,0 +1,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"
+} \ No newline at end of file