From 16edb6402600b288d36451684fb2b63cc2ca8ad8 Mon Sep 17 00:00:00 2001 From: Damon Blais Date: Sat, 9 Dec 2023 17:28:06 -0800 Subject: [PATCH] chore(vscode): Add 'Thunderstore' to cSpell dictionary in settings --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7a3227b..f0a97c4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,4 +14,7 @@ "typescript", "typescriptreact", ], -} \ No newline at end of file + "cSpell.words": [ + "Thunderstore" + ], +}