From 2bb6208edd509f7f5facbc379099b05d0a4c0273 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Tue, 11 May 2021 12:44:43 -0700 Subject: [PATCH] Exclude test recordings from spell check --- .vscode/cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 2bb6536cba10..bd472a7972c3 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -6,6 +6,7 @@ "powershell" ], "ignorePaths": [ + "**/tests/recordings/**", ".vscode/cspell.json" ], "words": ["azsdk", "conda", "tenvparallel"],