Skip to content

Commit

Permalink
feat: Enable debugging the gazelle binary (#5816)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebarrau authored Dec 13, 2023
1 parent e735f79 commit e32e8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions golang/src/com/google/idea/blaze/golang/GoBlazeRules.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public final class GoBlazeRules implements Kind.Provider {

/** Go-specific blaze rules. */
public enum RuleTypes {
GO_GAZELLE_BINARY("gazelle_binary", LanguageClass.GO, RuleType.BINARY),
GO_TEST("go_test", LanguageClass.GO, RuleType.TEST),
GO_APPENGINE_TEST("go_appengine_test", LanguageClass.GO, RuleType.TEST),
GO_BINARY("go_binary", LanguageClass.GO, RuleType.BINARY),
Expand Down

0 comments on commit e32e8de

Please sign in to comment.