cursor - never open git repo in parent folder

This commit is contained in:
Laurent Le Houerou 2024-05-30 10:48:15 +04:00
parent 7c471eca45
commit 7d8a95b5e3

View File

@ -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"
}