From 12cec8c08f5f424271b53af13f31cbedddf853dc Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Tue, 4 May 2021 17:20:52 -0700 Subject: [PATCH] Add cspell.json to ignored paths (#2190) --- .vscode/cspell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index a1493d63d..3c7541157 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -3,7 +3,7 @@ "language": "en", "languageId": "cpp", "dictionaries": ["powershell"], - "ignorePaths": ["vcpkg/**/*", "*.exe", "*.a", "*.lib"], + "ignorePaths": ["vcpkg/**/*", "*.exe", "*.a", "*.lib", ".vscode/cspell.json"], "words": [ "azsdk", "cmake",