Extensions are not grouped by their primary (first) category
Created by: felixfbecker
There is a bug in the grouping logic on https://sourcegraph.com/extensions. When I create an extension with the categories
["External Services", "Code Analysis"]
it is sorted into "Code Analysis", even though it should be sorted into "External Services" because that is the primary category (first array element).