MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
508 stars 436 forks source link

Force preprocessor to run on VS Code run configurations #939

Closed natrow closed 6 months ago

natrow commented 6 months ago

Changes:

LexManos commented 6 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.

natrow commented 6 months ago

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.