cursor set default debug console font to firacode

This commit is contained in:
Laurent Le Houerou 2024-05-23 13:40:34 +04:00
parent d2924c2485
commit 6094fd6f84

View File

@ -67,5 +67,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cursor.chat.smoothStreaming": true,
"godotTools.lsp.serverPort": 6005
"godotTools.lsp.serverPort": 6005,
"debug.console.fontFamily": "FiraCode Nerd Font Mono"
}