From 7d8a95b5e334afa7d1b5f11d1eca669705305652 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Thu, 30 May 2024 10:48:15 +0400 Subject: [PATCH] cursor - never open git repo in parent folder --- cursor/.config/Cursor/User/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cursor/.config/Cursor/User/settings.json b/cursor/.config/Cursor/User/settings.json index 8e66350..3286637 100644 --- a/cursor/.config/Cursor/User/settings.json +++ b/cursor/.config/Cursor/User/settings.json @@ -64,5 +64,6 @@ }, "cursor.chat.smoothStreaming": true, "godotTools.lsp.serverPort": 6005, - "debug.console.fontFamily": "FiraCode Nerd Font Mono" + "debug.console.fontFamily": "FiraCode Nerd Font Mono", + "git.openRepositoryInParentFolders": "never" }