From 3f57e8b3990c0313f33629988b4b8d6b16995a74 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 9 Jan 2023 11:19:24 +0100 Subject: [PATCH] Add missing VSCode workspace file --- js-vmaf.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 js-vmaf.code-workspace diff --git a/js-vmaf.code-workspace b/js-vmaf.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/js-vmaf.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file