From bfa719959c5a2c9d42886569e10fb8037771db89 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 6 Oct 2025 17:02:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(vscode):=20add=20cSpell=20?= =?UTF-8?q?settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add cSpell settings for vscode - configure cSpell to include the word "trdir" --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4fe62a2 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "trdir" + ] +} \ No newline at end of file