Simple unnecessary build prevention

This commit is contained in:
Simon Lübeß
2026-04-13 19:58:55 +02:00
parent 28ad9298af
commit aad44dd835
8 changed files with 426 additions and 8 deletions
@@ -3,6 +3,10 @@
"BuildTool": {
"commandName": "Project",
"commandLineArgs": "build All --debug --workspace \"$(ProjectDir)/../../\""
},
"Build ScriptCore": {
"commandName": "Project",
"commandLineArgs": "build ScriptCore --debug -n --workspace \"$(ProjectDir)/../../\""
}
}
}