From 401b59936bb717fb3f460bb8eb4b00cad250efd9 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 24 Feb 2025 09:55:17 +0100 Subject: [PATCH] fix vscode settings (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 📖 Summary - fix cspell ### 📑 Test Plan ✅ CI pipeline tests (Default) ### 💬 Details _No response_ ### 📚 Additional Notes _No response_ Reviewed-on: https://gitea.ocram85.com/plugins/gitea-package/pulls/32 --- .vscode/settings.json | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e6dfdb2..f13d4ca 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,26 +22,17 @@ ".vscode", ".vscode-insiders" ], - "cSpell.enabledLanguageIds": [ - "c", - "cpp", - "csharp", - "go", - "javascript", - "javascriptreact", - "json", - "latex", - "markdown", - "php", - "plaintext", - "powershell", - "python", - "text", - "typescript", - "typescriptreact", - "yaml", - "yml" - ], + "cSpell.enabledFileTypes": { + "go": true, + "javascript": true, + "json": true, + "markdown": true, + "plaintext": true, + "text": true, + "typescript": true, + "yaml": true, + "yml": true + }, "cSpell.language": "en-US,de-DE", "cSpell.customDictionaries": { "project-words": {