From efd737004d107c5bab665b285841dc91dd7e0d77 Mon Sep 17 00:00:00 2001 From: Krister Jansson Date: Thu, 22 Nov 2018 21:52:50 +0100 Subject: [PATCH] Added vs code build task --- .vscode/tasks.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..3b2db67 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,13 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "type": "shell", + "command": "b.bat", + "problemMatcher": [] + } + ] +} \ No newline at end of file