PSCredentialStore/.vscode/cSpell.json

40 lines
941 B
JSON
Raw Normal View History

2017-07-27 14:20:34 +02:00
// 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": [
"Cmdlet",
"Cmdlets",
2017-07-27 15:44:09 +02:00
"GUID",
"Hashtable",
2017-07-27 14:20:34 +02:00
"Httpclient",
"Multipart",
2017-07-27 15:44:09 +02:00
"NTFS",
"Params",
"Ponduit",
"Repo",
2017-07-27 14:20:34 +02:00
"Veyor",
2017-07-27 15:44:09 +02:00
"appveyor",
"callsign",
"choco",
"chocolatey",
"codecoverage",
"creds",
"formdata",
"googlemail",
2017-07-27 14:20:34 +02:00
"notlike",
2017-07-27 15:44:09 +02:00
"notmatch",
2017-07-27 14:20:34 +02:00
"powershellgallery",
2017-07-27 15:44:09 +02:00
"testresults",
"wildcards"
2017-07-27 14:20:34 +02:00
],
// 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"
]
}