From 1c7faef0059770cc35c34a4ba02a5c1834cb9e5c Mon Sep 17 00:00:00 2001 From: Kevan-Y <58233223+Kevan-Y@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:22:26 -0400 Subject: [PATCH] Add typescript to dictionaries in cspell.json --- .vscode/cspell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 1ab06ae27845..f3f73ea4e74a 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -2,7 +2,7 @@ "version": "0.1", "language": "en", "languageId": "typescript,javascript", - "dictionaries": ["powershell"], + "dictionaries": ["powershell", "typescript"], "ignorePaths": [ "**/node_modules/**", "**/recordings/**",