From 41b3db045745ec6cace24501e519cc2136501e03 Mon Sep 17 00:00:00 2001 From: Nicholas Thompson Date: Thu, 6 May 2021 22:46:43 +0200 Subject: [PATCH] Update workspace dictonary --- .vscode/settings.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9de7f53..31a5bc1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,5 +10,13 @@ "[go]": { "editor.insertSpaces": false, "editor.tabSize": 4 - } + }, + "cSpell.words": [ + "diebietse", + "ghaction", + "ghcr", + "golangci", + "invertergui", + "semver" + ] }