Dev: Mac/Linux compat for VS Code tasks (#6211)

This commit is contained in:
Shishu the Dragon
2026-02-26 14:22:57 +13:00
committed by Philip Dubé
parent 2b650a4979
commit 460a098bec

4
.vscode/tasks.json vendored
View File

@@ -58,9 +58,7 @@
"command": "cmake", "command": "cmake",
"args": [ "args": [
"--build", "--build",
"build-cmake", "build-cmake"
"--parallel",
"8"
], ],
"windows": { "windows": {
"args": [ "args": [