From 6094fd6f8457a58f4c6a063b842a021b21c15251 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Thu, 23 May 2024 13:40:34 +0400 Subject: [PATCH] cursor set default debug console font to firacode --- 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 5c86cec..059fc53 100644 --- a/cursor/.config/Cursor/User/settings.json +++ b/cursor/.config/Cursor/User/settings.json @@ -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" } \ No newline at end of file