From 4f563e679d04bb948c59bdf91e443aca5c257df8 Mon Sep 17 00:00:00 2001 From: Florian Beisel Date: Thu, 6 Jun 2024 10:00:12 +0200 Subject: [PATCH] Update Library/Application Support/Code/User/settings.json --- .../private_Code/User/settings.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/private_Library/private_Application Support/private_Code/User/settings.json b/private_Library/private_Application Support/private_Code/User/settings.json index a03b4b4..7e048eb 100644 --- a/private_Library/private_Application Support/private_Code/User/settings.json +++ b/private_Library/private_Application Support/private_Code/User/settings.json @@ -33,12 +33,17 @@ "workbench.colorTheme": "One Dark Pro", "workbench.iconTheme": "material-icon-theme", "projectManager.git.baseFolders": [ - "~/git/" + "~/private/", + "~/work/" ], "debug.console.fontFamily": "MesloLGS NF", "terminal.integrated.fontFamily": "MesloLGS NF", "terminal.integrated.fontSize": 13, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" - } + }, + "gitlab.aiAssistedCodeSuggestions.enabled": false, + "gitlens.showWelcomeOnInstall": false, + "gitlens.showWhatsNewAfterUpgrades": false, + "projectManager.groupList": true } \ No newline at end of file