From 7bbc41e1c3bb3fbb652884ee327bd82f08d4fa6c Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Thu, 23 Oct 2025 12:04:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(vscode):=20update=20cspell?= =?UTF-8?q?=20dictionary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add "creds", "tokencache", and "trdir" to cspell dictionary --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4fe62a2..a1d6ce7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ { "cSpell.words": [ + "creds", + "tokencache", "trdir" ] } \ No newline at end of file