From 460a098beceaf33c6a4724ef8aa4e2b6583d6ecb Mon Sep 17 00:00:00 2001 From: Shishu the Dragon <183069616+ShishuTheDragon@users.noreply.github.com> Date: Thu, 26 Feb 2026 14:22:57 +1300 Subject: [PATCH] Dev: Mac/Linux compat for VS Code tasks (#6211) --- .vscode/tasks.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index b3ec8a819..bfc010d64 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -58,9 +58,7 @@ "command": "cmake", "args": [ "--build", - "build-cmake", - "--parallel", - "8" + "build-cmake" ], "windows": { "args": [