Cybrkyd's Git Repositories

vscode-config - commit: a51f32e

commit a51f32e143865e2382d77761c08638a0befb57a06b12d194b23ce1df04c571c4
author cybrkyd <noreply@cybrkyd.com> 2026-02-10 09:01:48 +0000
committer cybrkyd <noreply@cybrkyd.com> 2026-02-10 09:01:48 +0000

Commit Message

Removed plaintext from spellright

📊 Diffstat

settings.json 2
1 files changed, 1 insertions(+), 1 deletions(-)

Diff

diff --git a/settings.json b/settings.json
index 1bb1cdd..4afc5c3 100644
--- a/settings.json
+++ b/settings.json
@@ -31,7 +31,7 @@
"extensions.ignoreRecommendations": true,
"spellright.language": ["en-GB"],
- "spellright.documentTypes": ["markdown", "latex", "plaintext"],
+ "spellright.documentTypes": ["markdown", "latex"],
"search.searchEditor.reusePriorSearchConfiguration": true,