From 646fffd8c590e5cb02098b0dd7965ea86d5d8226 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Mon, 27 May 2024 22:58:15 +0400 Subject: [PATCH] remove ts & go from copilot++ disabled languages --- cursor/.config/Cursor/User/settings.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cursor/.config/Cursor/User/settings.json b/cursor/.config/Cursor/User/settings.json index 059fc53..8e66350 100644 --- a/cursor/.config/Cursor/User/settings.json +++ b/cursor/.config/Cursor/User/settings.json @@ -50,10 +50,6 @@ "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, - "cursor.cpp.disabledLanguages": [ - "typescript", - "go" - ], "files.associations": { "*.css": "tailwindcss" }, @@ -69,4 +65,4 @@ "cursor.chat.smoothStreaming": true, "godotTools.lsp.serverPort": 6005, "debug.console.fontFamily": "FiraCode Nerd Font Mono" -} \ No newline at end of file +}