summaryrefslogtreecommitdiff
path: root/misc/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to 'misc/.vscode/tasks.json')
-rw-r--r--misc/.vscode/tasks.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/.vscode/tasks.json b/misc/.vscode/tasks.json
new file mode 100644
index 0000000000..045fe7e5c0
--- /dev/null
+++ b/misc/.vscode/tasks.json
@@ -0,0 +1,14 @@
+{
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "label": "build",
+ "type": "shell",
+ "command": "make -j",
+ "group": {
+ "kind": "build",
+ "isDefault": true
+ }
+ }
+ ]
+}