From cfd1ac45674848157cdf20c5fd0c0877b30948c2 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sat, 19 Oct 2024 06:21:18 -0400 Subject: [PATCH] Add spell-check exception --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a7b04eea..ad8decfe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -66,5 +66,8 @@ "streambuf": "cpp", "cinttypes": "cpp", "typeinfo": "cpp" - } + }, + "cSpell.words": [ + "Pinetime" + ] }