From 3595bfcbbfd7244f7511d7d4df4e0c2f3a0dc773 Mon Sep 17 00:00:00 2001 From: Wortason <97571207+Wortason@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:53:08 +0000 Subject: [PATCH] Main - [ ] Have you followed the [contributing guidelines](https://github.com/github/opensource.guide/blob/HEAD/CONTRIBUTING.md)? - [ ] Have you explained what your changes do, and why they add value to the Guides? **Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.** ----- --- opensource.guide.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 opensource.guide.code-workspace diff --git a/opensource.guide.code-workspace b/opensource.guide.code-workspace new file mode 100644 index 00000000000..876a1499c09 --- /dev/null +++ b/opensource.guide.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file