From 84f794a63d672da60591fc5bea0d775e919e54a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Einarson?= Date: Tue, 10 Sep 2024 22:42:33 +0200 Subject: [PATCH] chore: vscode disable makefile updates --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ee1c2336..624307ab 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,6 @@ }, "MD041": false, "MD046": false - } + }, + "makefile.configureOnOpen": false } \ No newline at end of file