Closed natrow closed 10 months ago
So should of fixed the gradleutils stuff. And looking at it basically it looks like you're just forcing the prepare task to be run each time the run task is. Why do we not just make the run task depend on the prepare task and skip the whole runconfig cluster?
Besides that I dont really care about VSCode so as long as it works im fine.
I'm not sure if that's possible for the VSCode launch configurations. AFAIK that is the only way to get them to 'depend' on something already being completed. Anyways it doesn't effect launch times too much.
Changes:
preLaunchTask
to each run configuration to trigger compilationtasks.json
with aprepareXXXCompile
task for each run configuration