You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment there is a hard coded list of rule types that can be used with the bsp plugin in Sources/SourceKitBazelBSP/RequestHandlers/BuildTargets/TopLevelRuleType.swift
In my project, I am using swift_binary and swift_test directly from rules_swift. It would be nice to either add those, or to make it even more flexible and have an option to configure the mapping of the rules?