From 96486114a37ee4b074aab681edca7a46cc06af25 Mon Sep 17 00:00:00 2001 From: Tom Nordal Date: Sat, 22 Jun 2024 11:56:42 +0200 Subject: [PATCH] add workspace --- learning-uno.code-workspace | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 learning-uno.code-workspace diff --git a/learning-uno.code-workspace b/learning-uno.code-workspace new file mode 100644 index 0000000..5cde8f7 --- /dev/null +++ b/learning-uno.code-workspace @@ -0,0 +1,12 @@ +{ + "folders": [ + { + "path": "." + }, + { + "name": "blink", + "path": "blink" + } + ], + "settings": {} +} \ No newline at end of file