From 3911a51ccfa5fa48c2819034e8f80724a7a4c2d8 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 5 Sep 2023 19:43:27 +0000 Subject: [PATCH] vscode: add gofrs to the dictionary as we use "github.com/gofrs/uuid/v5" Signed-off-by: Alejandro Mery --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7411ff7..2f6ce64 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,7 @@ "cSpell.words": [ "ceph", "darvaza", + "gofrs", "jpictl", "zerolog" ]