From dbda3c337aac791b2635bbb019126d7ebc13c026 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 25 Aug 2020 15:57:24 +0200 Subject: [PATCH] snippets/ev3: update workspace --- snippets/ev3/snippets_ev3.code-workspace | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/snippets/ev3/snippets_ev3.code-workspace b/snippets/ev3/snippets_ev3.code-workspace index 8eecc94..81e6619 100644 --- a/snippets/ev3/snippets_ev3.code-workspace +++ b/snippets/ev3/snippets_ev3.code-workspace @@ -3,6 +3,12 @@ { "path": "bluetooth_client" }, + { + "path": "bluetooth_pc" + }, + { + "path": "bluetooth_read_spike" + }, { "path": "bluetooth_server" }, @@ -33,6 +39,12 @@ { "path": "light_color" }, + { + "path": "ps4" + }, + { + "path": "rcx_touch" + }, { "path": "screen_draw" },