From 2f07e98c2d14c01b91681896706d676d5c7fa9a8 Mon Sep 17 00:00:00 2001 From: Ahmetcan Aksu Date: Tue, 16 Jan 2024 21:27:14 +0300 Subject: [PATCH] Add submodule Ellie-Core-Library --- .gitmodules | 6 +++++- Ellie-Language.code-workspace | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b064cb69..4f09b523 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "EllieAssist"] path = EllieAssist - url = https://github.com/behemehal/EllieAssist \ No newline at end of file + url = https://github.com/behemehal/EllieAssist + +[submodule "Ellie-Core-Library"] + path = Ellie-Core-Library + url = https://github.com/behemehal/Ellie-Core-Library \ No newline at end of file diff --git a/Ellie-Language.code-workspace b/Ellie-Language.code-workspace index 883b434a..43661433 100644 --- a/Ellie-Language.code-workspace +++ b/Ellie-Language.code-workspace @@ -16,6 +16,10 @@ "path": "ellievm", "name": "ellievm (Virtual Machine App)" }, + { + "path": "Ellie-Core-Library", + "name": "Ellie Core Library" + }, { "path": "tools", "name": "tools"