From 8d0b34e3b3d978c526e105243572d13c207a2db2 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Fri, 31 May 2024 07:59:04 +0400 Subject: [PATCH] cursor config update --- 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 3286637..89f6320 100644 --- a/cursor/.config/Cursor/User/settings.json +++ b/cursor/.config/Cursor/User/settings.json @@ -65,5 +65,6 @@ "cursor.chat.smoothStreaming": true, "godotTools.lsp.serverPort": 6005, "debug.console.fontFamily": "FiraCode Nerd Font Mono", - "git.openRepositoryInParentFolders": "never" + "git.openRepositoryInParentFolders": "never", + "typescript.updateImportsOnFileMove.enabled": "always" }