From 5ee9507f9f609b4c0cdfd43b9f59519d4111ebae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 7 Aug 2024 18:17:49 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(vscodium):=20change?= =?UTF-8?q?=20project=20manager=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/VSCodium/User/settings.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index e7584e0b..ae28c391 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -151,12 +151,7 @@ "vscode-neovim.neovimExecutablePaths.linux": "/home/matt/.local/share/bob/nvim-bin/nvim", // Project Manager - "projectManager.git.baseFolders": [ - "/home/matt/Repos/Work", - "/home/matt/Repos/Personal", - "/home/matt/Repos/Community", - "/home/matt/Repos/Class" - ], + "projectManager.git.baseFolders": ["/home/matt/Repos/"], "projectManager.sortList": "Recent", // Smooth movement "workbench.list.smoothScrolling": true,