From 0fc054fe977c6a7b2ea289645612581161a1bcb5 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:28:58 -0400 Subject: [PATCH] Monve config out of vscode settings --- .vscode/settings.json | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0e76c4d78..6934c1976 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,35 +14,5 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, - }, - "cSpell.languageSettings": [ - { - "languageId": "*", - "locale": "en", - "dictionaries": [ - "wordsEn" - ] - }, - { - "languageId": "*", - "locale": "en-US", - "dictionaries": [ - "wordsEn" - ] - }, - { - "languageId": "*", - "dictionaries": [ - "companies", - "softwareTerms", - "misc" - ] - }, - { - "languageId": "ruby", - "dictionaries": [ - "ruby" - ] - } ], }