From 565866261728528290cc549ee58437933a06415c Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 11 Sep 2022 00:00:32 +0200 Subject: [PATCH] Add VSCode workspace file. --- icedreammusic.code-workspace | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 icedreammusic.code-workspace diff --git a/icedreammusic.code-workspace b/icedreammusic.code-workspace new file mode 100644 index 0000000..98ed9fb --- /dev/null +++ b/icedreammusic.code-workspace @@ -0,0 +1,34 @@ +{ + "folders": [ + { + "path": "icedreammusic" + }, + { + "path": "icedreammusic/foobar2000" + }, + { + "path": "icedreammusic/icecast" + }, + { + "path": "icedreammusic/liquidsoap" + }, + { + "path": "icedreammusic/metacollector" + }, + { + "path": "icedreammusic/ndi-feeder" + }, + { + "path": "icedreammusic/prime4" + }, + { + "path": "icedreammusic/tuna" + }, + { + "path": "icedreammusic/tunadish" + }, + { + "path": "icedreammusic/tunaposter" + } + ] +} \ No newline at end of file