adds cSpell dictionary

This commit is contained in:
OCram85 2017-07-27 15:44:09 +02:00
parent 7122c2afa4
commit 6e442af8a4
1 changed files with 18 additions and 17 deletions

35
.vscode/cSpell.json vendored
View File

@ -6,29 +6,30 @@
"language": "en", "language": "en",
// words - list of words to be always considered correct // words - list of words to be always considered correct
"words": [ "words": [
"Ponduit",
"NTFS",
"Repo",
"Hashtable",
"googlemail",
"Cmdlet", "Cmdlet",
"appveyor",
"GUID",
"wildcards",
"Cmdlets", "Cmdlets",
"codecoverage", "GUID",
"notmatch", "Hashtable",
"Httpclient", "Httpclient",
"Multipart", "Multipart",
"formdata", "NTFS",
"callsign",
"Veyor",
"notlike",
"Params", "Params",
"testresults", "Ponduit",
"powershellgallery", "Repo",
"Veyor",
"appveyor",
"callsign",
"choco",
"chocolatey", "chocolatey",
"choco" "codecoverage",
"creds",
"formdata",
"googlemail",
"notlike",
"notmatch",
"powershellgallery",
"testresults",
"wildcards"
], ],
// flagWords - list of words to be always considered incorrect // flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors. // This is useful for offensive words and common spelling errors.