mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-03 05:44:10 -08:00
IDEA plugin: fix spamming exception
This commit is contained in:
parent
08aa642fe5
commit
1ef2d5d1c2
|
@ -35,6 +35,11 @@ public class TeaVMDevServerConfigurationType extends ConfigurationTypeBase {
|
||||||
public RunConfiguration createTemplateConfiguration(@NotNull Project project) {
|
public RunConfiguration createTemplateConfiguration(@NotNull Project project) {
|
||||||
return new TeaVMDevServerConfiguration(new RunConfigurationModule(project), this);
|
return new TeaVMDevServerConfiguration(new RunConfigurationModule(project), this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getId() {
|
||||||
|
return "TeaVMDevServerConfiguration";
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue
Block a user