Baccata / vscode-scaladex-search

An humble plugin to search for scala libraries
Apache License 2.0
38 stars 4 forks source link

Listing modules of library brings up a bizarre number of them #3

Closed kubukoz closed 2 years ago

kubukoz commented 2 years ago
  1. Search for library
image
  1. Press enter, wait

  2. No profit:

image

This must've happened within the last 1-2 weeks, potentially because of a change in Scaladex.

Baccata commented 2 years ago

Bug raised upstream : https://github.com/scalacenter/scaladex/issues/788

In the meantime could add a call to .distinct here : https://github.com/Baccata/vscode-scaladex-search/blob/master/src/main/scala/extension.scala#L71

Baccata commented 2 years ago

This was fixed upstream