* Make cspell checks case sensitive * Add .vscode to path filter for CI pipeline * Fixed some spelling errors
This commit is contained in:
parent
6da4d9649d
commit
a318d3756f
21
.vscode/cspell.json
vendored
21
.vscode/cspell.json
vendored
@ -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",
|
||||
|
||||
@ -16,6 +16,7 @@ trigger:
|
||||
- sdk/core
|
||||
- doc/
|
||||
- samples/
|
||||
- .vscode/
|
||||
- .github/
|
||||
- '*.md'
|
||||
- /**/*.md
|
||||
|
||||
Loading…
Reference in New Issue
Block a user