From aa0b010bed02cb6a5072e36745644c2742108650 Mon Sep 17 00:00:00 2001 From: James Collins Date: Thu, 25 May 2023 07:13:10 +1000 Subject: [PATCH] ignore certain spellings --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c0012cb..65f2c6a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,5 +15,6 @@ "[php]": { // "editor.defaultFormatter": "bmewburn.vscode-intelephense-client" "editor.defaultFormatter": "wongjn.php-sniffer" - } + }, + "cSpell.words": ["TIMESTAMPDIFF"] }