diff options
| author | Shishu the Dragon <183069616+ShishuTheDragon@users.noreply.github.com> | 2026-02-26 14:22:57 +1300 |
|---|---|---|
| committer | Philip Dubé <serprex@users.noreply.github.com> | 2026-03-02 01:22:37 +0000 |
| commit | 460a098beceaf33c6a4724ef8aa4e2b6583d6ecb (patch) | |
| tree | c5f9eb2db866996c8734e3def75049034246856d | |
| parent | 2b650a49792919bb651fcddd0efecc68bac83069 (diff) | |
Dev: Mac/Linux compat for VS Code tasks (#6211)
| -rw-r--r-- | .vscode/tasks.json | 4 |
1 files changed, 1 insertions, 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": [ |
