From b057975c8a89f51bdb33deb6313eac558dc3fa56 Mon Sep 17 00:00:00 2001 From: Thien Tran Date: Thu, 8 Jun 2023 14:26:54 -0700 Subject: [PATCH] Add workspace config Signed-off-by: Thien Tran --- Fedora-CoreOS-Ignition.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Fedora-CoreOS-Ignition.code-workspace diff --git a/Fedora-CoreOS-Ignition.code-workspace b/Fedora-CoreOS-Ignition.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/Fedora-CoreOS-Ignition.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file