From 5f6f91b2aeb327c3669a8d8aa8c08d5206e10880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Mon, 23 May 2022 11:36:51 +0200 Subject: [PATCH] Add vscode workspace --- SpotifyAddBlock.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 SpotifyAddBlock.code-workspace diff --git a/SpotifyAddBlock.code-workspace b/SpotifyAddBlock.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/SpotifyAddBlock.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file