remove ts & go from copilot++ disabled languages

This commit is contained in:
Laurent Le Houerou 2024-05-27 22:58:15 +04:00
parent e9135d438a
commit 646fffd8c5

View File

@ -50,10 +50,6 @@
"[jsonc]": { "[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"cursor.cpp.disabledLanguages": [
"typescript",
"go"
],
"files.associations": { "files.associations": {
"*.css": "tailwindcss" "*.css": "tailwindcss"
}, },
@ -69,4 +65,4 @@
"cursor.chat.smoothStreaming": true, "cursor.chat.smoothStreaming": true,
"godotTools.lsp.serverPort": 6005, "godotTools.lsp.serverPort": 6005,
"debug.console.fontFamily": "FiraCode Nerd Font Mono" "debug.console.fontFamily": "FiraCode Nerd Font Mono"
} }