From 9040bd7489911de6aa070b2784e79eba93d24564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Olausson=20Holten=C3=A4s?= Date: Sat, 12 Mar 2022 22:52:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20making=20de?= =?UTF-8?q?vs=20signing=20their=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index fc02003..b8528ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -46,5 +46,14 @@ "titleBar.inactiveBackground": "#33669999", "titleBar.inactiveForeground": "#e7e7e799" }, - "cSpell.words": ["Controlpanel", "discordjs", "pino", "runned", "Timout", "upsert", "uuidv"] + "cSpell.words": [ + "Controlpanel", + "discordjs", + "pino", + "runned", + "Timout", + "upsert", + "uuidv" + ], + "git.enableCommitSigning": true }