From 54b302c6d5c69a9ecdf7cc488208cfb0af7df032 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 4 Sep 2023 16:06:08 +0000 Subject: [PATCH] vscode: add asciigoat, cyclomatic and Wrapf to the dictionary Signed-off-by: Alejandro Mery --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2f6ce64..b4287d2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,12 @@ { "cSpell.words": [ + "asciigoat", "ceph", + "cyclomatic", "darvaza", "gofrs", "jpictl", + "Wrapf", "zerolog" ] }