From ad7ddbe8872746e19e4e84614a76e6cc90e7ff73 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 7 May 2026 08:54:24 +0200 Subject: [PATCH] Fix formatting in settings.json by adding a missing comma --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 642ff51..fda533e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "python.REPL.enableREPLSmartSend": false + "python.REPL.enableREPLSmartSend": false, + "makefile.configureOnOpen": false } \ No newline at end of file