From 9b27ad6200c1d3833b73e71635d27f0571f4a025 Mon Sep 17 00:00:00 2001 From: Jaby Blubb Date: Sat, 25 Mar 2023 21:02:51 +0100 Subject: [PATCH] Revert restructure of project settings --- src/Library/Library.code-workspace | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/Library/Library.code-workspace b/src/Library/Library.code-workspace index d95b7e0b..31e78c26 100644 --- a/src/Library/Library.code-workspace +++ b/src/Library/Library.code-workspace @@ -1,21 +1,13 @@ { "folders": [ { - "name": "Internal Include", - "path": "include" - }, - { - "name": "Internal Source", - "path": "src" + "name": "JabyEngine", + "path": ".", }, { "name": "Include", "path": "..\\..\\include" }, - { - "name": "JabyEngine", - "path": ".", - }, { "name": "Root", "path": "..\\.."