From 63a402d3bbdc7ab6e997ed6eab164e9ff4af371a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 24 Apr 2023 18:52:27 +0200 Subject: [PATCH] build: silence wrong spelling report MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6099f4af..ea3fba6b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,5 @@ "testExplorer.useNativeTesting": true, "mochaExplorer.files": ["test/**/*Test.ts"], "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests", - "cSpell.words": ["CSMS", "iccid", "imsi", "Measurand", "Mikro", "ocpp", "poolifier"] + "cSpell.words": ["CSMS", "iccid", "imsi", "Measurand", "Mikro", "ocpp", "poolifier", "Recurrency"] } -- 2.34.1