From 03c3fa434b8a57b9e3ee37db780a09b2b220a861 Mon Sep 17 00:00:00 2001 From: Per <Per Lindgren> Date: Fri, 20 Oct 2017 23:43:14 +0200 Subject: [PATCH] fixup --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3291c4d..bb7e1ab 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -61,7 +61,7 @@ "command": "xargo build --example ble_hid", "problemMatcher": [ "$rustc" - ], + ] }, { "type": "shell", -- GitLab