PSCredentialStore/.vscode/cSpell.json

39 lines
924 B
JSON

// cSpell Settings
{
// Version of the setting file. Always 0.1
"version": "0.1",
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
"words": [
"Ponduit",
"NTFS",
"Repo",
"Hashtable",
"googlemail",
"Cmdlet",
"appveyor",
"GUID",
"wildcards",
"Cmdlets",
"codecoverage",
"notmatch",
"Httpclient",
"Multipart",
"formdata",
"callsign",
"Veyor",
"notlike",
"Params",
"testresults",
"powershellgallery",
"chocolatey",
"choco"
],
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
"flagWords": [
"hte"
]
}