From cea01ebbd2df91f0041951283a6c7ae56ef85d81 Mon Sep 17 00:00:00 2001 From: lonanche Date: Thu, 13 May 2021 08:30:34 +0200 Subject: [PATCH] Add python to dictionaries list --- .vscode/cspell.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index bd472a7972c3..eb600e044e46 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -3,7 +3,8 @@ "language": "en", "languageId": "python", "dictionaries": [ - "powershell" + "powershell", + "python" ], "ignorePaths": [ "**/tests/recordings/**",