Make cspell checks case sensitive. Fixes #5198. (#5199)

* Make cspell checks case sensitive

* Add .vscode to path filter for CI pipeline

* Fixed some spelling errors
This commit is contained in:
Larry Osterman 2023-11-27 14:04:25 -08:00 committed by GitHub
parent 6da4d9649d
commit a318d3756f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 2 deletions

21
.vscode/cspell.json vendored
View File

@ -4,10 +4,24 @@
"languageId": "cpp",
"dictionaries": [
"powershell",
"cpp"
"cpp",
"markdown"
],
"languageSettings": [
{
"languageId": "cpp",
"allowCompoundWords": true,
"caseSensitive": true
},
{
"languageId": "markdown",
"allowCompoundWords": true,
"caseSensitive": true
}
],
"ignorePaths": [
"vcpkg/**/*",
"out/**/*",
"*.exe",
"*.a",
"*.lib",
@ -42,6 +56,8 @@
"ahojnnes",
"ahsonkhan",
"Aloctl",
"amqp",
"Amqp",
"AMQP",
"AMQPS",
"AMQPVALUE",
@ -51,8 +67,8 @@
"azsdkengsys",
"azurecr",
"azuresdk",
"azurl",
"azuresdkforcpp",
"azurl",
"centralus",
"centraluseuap",
"Chukwu",
@ -145,6 +161,7 @@
"rehydrated",
"Reitz",
"retriable",
"rtti",
"rwxrw",
"sasia",
"Schonberger",

View File

@ -16,6 +16,7 @@ trigger:
- sdk/core
- doc/
- samples/
- .vscode/
- .github/
- '*.md'
- /**/*.md