mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -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) {
|
||||
return new TeaVMDevServerConfiguration(new RunConfigurationModule(project), this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getId() {
|
||||
return "TeaVMDevServerConfiguration";
|
||||
}
|
||||
};
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user