We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9ed47 commit 23f3073Copy full SHA for 23f3073
src/main/java/net/fabricmc/loom/configuration/ide/idea/IdeaSyncTask.java
@@ -109,6 +109,7 @@ private List<IntelijRunConfig> getRunConfigs() throws IOException {
109
irc.getRunConfigXml().set(runConfigXml);
110
irc.getExcludedLibraryPaths().set(excludedLibraryPaths);
111
irc.getLaunchFile().set(runConfigFile);
112
+ configs.add(irc);
113
}
114
115
return configs;
0 commit comments