From 2069fd7248d6896d767b5d1ad6d47c00ea0810b5 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 10 Oct 2022 16:27:31 -0600 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6502f7cf8c..c2124f8fc6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,5 @@ }, "typescript.preferences.importModuleSpecifier": "non-relative", "spellright.language": ["en"], - "spellright.documentTypes": ["markdown"] + "spellright.documentTypes": ["markdown", "typescript"] }