mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
RunConfigSettings.generateIDEConfig -> ideConfigGenerated + normal getter/setter (#349)
This commit is contained in:
@@ -64,7 +64,7 @@ public class GenVsCodeProjectTask extends AbstractLoomTask {
|
||||
VsCodeLaunch launch = new VsCodeLaunch();
|
||||
|
||||
for (RunConfigSettings settings : getExtension().getRunConfigs()) {
|
||||
if (!settings.shouldGenerateIDEConfig()) {
|
||||
if (!settings.isIdeConfigGenerated()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user