From 4bd38a8635bb7a91c3755ab8f7c5cbc74c288f56 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Thu, 7 Apr 2022 20:38:36 +0930 Subject: [PATCH] Fix language --- .vscode/settings.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4efd99e..54c002c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ { "cSpell.words": [ - "tmpl" - ] + "tmpl", + "vars" + ], + "cSpell.language": "en-GB" } \ No newline at end of file