diff --git a/.vscode/cspell.json b/.vscode/cspell.json index fc6927a07..a52d08328 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -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", diff --git a/sdk/core/ci.yml b/sdk/core/ci.yml index b7a1ac28b..5685eee38 100644 --- a/sdk/core/ci.yml +++ b/sdk/core/ci.yml @@ -16,6 +16,7 @@ trigger: - sdk/core - doc/ - samples/ + - .vscode/ - .github/ - '*.md' - /**/*.md