cursor config update

This commit is contained in:
Laurent Le Houerou 2024-05-31 07:59:04 +04:00
parent 1847086199
commit 8d0b34e3b3

View File

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