From d0c8f63fa2f56960ed1e525947f4541024a42c21 Mon Sep 17 00:00:00 2001 From: MLGTASTICa Date: Tue, 2 Apr 2024 14:30:33 +0200 Subject: [PATCH] ZE SILLY --- .vscode/launch.json | 2 +- .vscode/tasks.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7b16ed6b3b..9a78ed3080 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,5 +8,5 @@ "preLaunchTask": "TGUI Compile", "dmb": "${workspaceFolder}/${command:CurrentDMB}" }, - ] + ], } diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 36c5e27828..c626b54319 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -8,5 +8,5 @@ "presentation": {"echo": true, "reveal": "always", "focus": false, "panel": "shared", "showReuseMessage": false, "clear": true}, "group": {"kind": "build", "isDefault": true}, } - ] + ], }