From 6e442af8a42ead90c4ffb66d4ea0c4d58e436b49 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 27 Jul 2017 15:44:09 +0200 Subject: [PATCH] adds cSpell dictionary --- .vscode/cSpell.json | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.vscode/cSpell.json b/.vscode/cSpell.json index ed2510a..40cc042 100644 --- a/.vscode/cSpell.json +++ b/.vscode/cSpell.json @@ -6,29 +6,30 @@ "language": "en", // words - list of words to be always considered correct "words": [ - "Ponduit", - "NTFS", - "Repo", - "Hashtable", - "googlemail", "Cmdlet", - "appveyor", - "GUID", - "wildcards", "Cmdlets", - "codecoverage", - "notmatch", + "GUID", + "Hashtable", "Httpclient", "Multipart", - "formdata", - "callsign", - "Veyor", - "notlike", + "NTFS", "Params", - "testresults", - "powershellgallery", + "Ponduit", + "Repo", + "Veyor", + "appveyor", + "callsign", + "choco", "chocolatey", - "choco" + "codecoverage", + "creds", + "formdata", + "googlemail", + "notlike", + "notmatch", + "powershellgallery", + "testresults", + "wildcards" ], // flagWords - list of words to be always considered incorrect // This is useful for offensive words and common spelling errors.