From 677ab5be0d4811f5b82e6f740b6fd1ecfbba6c51 Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Wed, 27 Sep 2023 13:55:16 +0200
Subject: [PATCH] chore: add gitlens remote

---
 .vscode/settings.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index 15cbb79..610ec78 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -16,13 +16,15 @@
     "titleBar.activeBackground": "#24539D",
     "titleBar.activeForeground": "#15202b",
     "titleBar.inactiveBackground": "#42b88399",
-    "titleBar.inactiveBackground": "#42b88399",
     "titleBar.inactiveForeground": "#15202b99"
   },
   "editor.codeActionsOnSave": {
     "source.fixAll": true,
     "source.organizeImports": true
   },
+  "gitlens.remotes": [
+    { "type": "GitLab", "domain": "forge.grandlyon.com", "name": "Forge" }
+  ],
   "cSpell.words": [
     "acces",
     "adict",
-- 
GitLab