From a35243053033f706e58b63495869bcff757aac19 Mon Sep 17 00:00:00 2001 From: jaby Date: Wed, 22 Mar 2023 21:28:38 +0100 Subject: [PATCH] Try improving workspace structure --- src/Library/Library.code-workspace | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Library/Library.code-workspace b/src/Library/Library.code-workspace index 31e78c26..d95b7e0b 100644 --- a/src/Library/Library.code-workspace +++ b/src/Library/Library.code-workspace @@ -1,13 +1,21 @@ { "folders": [ { - "name": "JabyEngine", - "path": ".", + "name": "Internal Include", + "path": "include" + }, + { + "name": "Internal Source", + "path": "src" }, { "name": "Include", "path": "..\\..\\include" }, + { + "name": "JabyEngine", + "path": ".", + }, { "name": "Root", "path": "..\\.."