From 72316023a0d551852750fb2a2f2bf7cb89bc06fd Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 16 Apr 2024 21:20:18 -0400 Subject: [PATCH] added GitSourceControl to enabled plugins --- Project/Gasa.uproject | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project/Gasa.uproject b/Project/Gasa.uproject index 71abfc1..d40bd5a 100644 --- a/Project/Gasa.uproject +++ b/Project/Gasa.uproject @@ -300,6 +300,10 @@ { "Name": "VisualStudioSourceCodeAccess", "Enabled": true + }, + { + "Name": "GitSourceControl", + "Enabled": true } ] } \ No newline at end of file