Skip to content

Commit

Permalink
https://github.com/ishchenko/idea-nginx/issues/82
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuchberger authored Oct 25, 2022
1 parent d438fb0 commit 33b870a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/net/ishchenko/idea/nginx/run/NginxConfigurationType.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,10 @@ protected NginxConfigurationFactory(@NotNull ConfigurationType type) {
public RunConfiguration createTemplateConfiguration(Project project) {
return new NginxRunConfiguration(project, this, NginxBundle.message("cofigurationtype.displayname"));
}

@Override
public String getId() {
return "net.ishchenko.idea.nginx.run";
}
}
}

0 comments on commit 33b870a

Please sign in to comment.