From 56a178922ae708b181c01fc2b3fee6966bb5c1a2 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 7411ff7..f3b13f8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,11 @@ { "cSpell.words": [ + "asciigoat", "ceph", + "cyclomatic", "darvaza", "jpictl", + "Wrapf", "zerolog" ] }