mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
IDEA plugin: fix one more id issue
This commit is contained in:
parent
6d11abf4b6
commit
7025ea8e19
|
@ -34,6 +34,11 @@ public class TeaVMDebugConfigurationType extends ConfigurationTypeBase {
|
|||
public RunConfiguration createTemplateConfiguration(@NotNull Project project) {
|
||||
return new TeaVMDebugConfiguration(project, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getId() {
|
||||
return "TeaVMDebugConfiguration";
|
||||
}
|
||||
};
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user