From 0c5323ba4a12e2ab4fb6711cff252bc5dd92073a Mon Sep 17 00:00:00 2001 From: Ben Garrett Date: Sun, 6 Mar 2022 09:10:48 +1100 Subject: [PATCH] Tweak vscode settings. --- .vscode/settings.json | 13 +------------ .vscode/spellright.dict | 6 ------ 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .vscode/spellright.dict diff --git a/.vscode/settings.json b/.vscode/settings.json index e47809f..2e3f7dc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,15 +1,4 @@ { "eslint.alwaysShowStatus": true, - "spellright.documentTypes": [ - "markdown", - "latex", - "plaintext", - "javascript", - "html" - ], - "spellright.language": [ - "en" - ], -"editor.formatOnSave": true, -"spellright.notificationClass": "hint" + "editor.formatOnSave": true } diff --git a/.vscode/spellright.dict b/.vscode/spellright.dict deleted file mode 100644 index bc9bbe4..0000000 --- a/.vscode/spellright.dict +++ /dev/null @@ -1,6 +0,0 @@ -dosee -Emularity -gamefilepath -Covox -browserfs -async \ No newline at end of file