Spelling settings

This commit is contained in:
kkapsner 2019-11-28 01:13:40 +01:00
parent 83a8234b24
commit b5e6d049ce
1 changed files with 15 additions and 1 deletions

16
.vscode/settings.json vendored
View File

@ -4,7 +4,9 @@
"Blockiermodi", "Blockiermodi",
"Blockiermodus", "Blockiermodus",
"Captcha", "Captcha",
"Coord",
"Funktionalitätstest", "Funktionalitätstest",
"Hyrp",
"Ignorierliste", "Ignorierliste",
"KHTML", "KHTML",
"Krasnaya", "Krasnaya",
@ -19,20 +21,26 @@
"Spoofer", "Spoofer",
"Strg", "Strg",
"Thorin", "Thorin",
"Tiie",
"Vortäuschaktion", "Vortäuschaktion",
"Vortäuschgröße", "Vortäuschgröße",
"Vortäuschrate", "Vortäuschrate",
"Waterfox", "Waterfox",
"arial",
"benachrichtigungsicon", "benachrichtigungsicon",
"collapser", "collapser",
"darkgreen",
"dont", "dont",
"fakeable", "fakeable",
"fragmenter", "fragmenter",
"graytext", "graytext",
"iframe", "iframe",
"ignorelist", "ignorelist",
"lightgray",
"mediump",
"micrococo", "micrococo",
"monero", "monero",
"nocanvas",
"onedrive", "onedrive",
"onloaded", "onloaded",
"oscpu", "oscpu",
@ -47,5 +55,11 @@
"wyciwyg", "wyciwyg",
"yfdyh" "yfdyh"
], ],
"cSpell.language": "en,de,en-GB" "cSpell.language": "en,de,en-GB",
"cSpell.ignorePaths": [
"**/vscode-extension/**",
"**/.git/objects/**",
".vscode",
".eslintrc.json"
]
} }