Skip to content

Commit 5e5871c

Browse files
authored
Merge pull request #85 from jbuchberger/master
#82
2 parents d438fb0 + 33b870a commit 5e5871c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/net/ishchenko/idea/nginx/run/NginxConfigurationType.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,10 @@ protected NginxConfigurationFactory(@NotNull ConfigurationType type) {
6666
public RunConfiguration createTemplateConfiguration(Project project) {
6767
return new NginxRunConfiguration(project, this, NginxBundle.message("cofigurationtype.displayname"));
6868
}
69+
70+
@Override
71+
public String getId() {
72+
return "net.ishchenko.idea.nginx.run";
73+
}
6974
}
7075
}

0 commit comments

Comments
 (0)