mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +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