Skip to content

Commit 23f3073

Browse files
committed
Fix idea run configs from not generating
1 parent ca9ed47 commit 23f3073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/fabricmc/loom/configuration/ide/idea/IdeaSyncTask.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ private List<IntelijRunConfig> getRunConfigs() throws IOException {
109109
irc.getRunConfigXml().set(runConfigXml);
110110
irc.getExcludedLibraryPaths().set(excludedLibraryPaths);
111111
irc.getLaunchFile().set(runConfigFile);
112+
configs.add(irc);
112113
}
113114

114115
return configs;

0 commit comments

Comments
 (0)