From 2ca6d23ad346c65a347eac26a4e72893d99271f6 Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Mon, 11 Sep 2023 11:09:57 +0200
Subject: [PATCH] chore: add gitlens remote

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

diff --git a/.vscode/settings.json b/.vscode/settings.json
index 44149075f..9b958d5bd 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -35,6 +35,9 @@
   ],
   "gitlab.instanceUrl": "https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo",
   "gitlab.ignoreCertificateErrors": true,
+  "gitlens.remotes": [
+    { "type": "GitLab", "domain": "forge.grandlyon.com", "name": "Forge" }
+  ],
   "editor.codeActionsOnSave": {
     "source.fixAll.eslint": true,
     "source.fixAll": true,
-- 
GitLab