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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
The the hover info about the field r.Facets is "Facets []ItemFacetToRetrieve", which suggests the type is declared in the same package, but you can see in the left part of the image that the actual package qualifier is pb.
OS: macOS High Sierra 10.13.6 (17G65)
VSCode: 1.28.0
Go extension: 0.6.90
Go: go version go1.11.1 darwin/amd64
The text was updated successfully, but these errors were encountered:
Well, thats a long story :( I have #1025 tracking the need to make it default.
I just never got around to making a good benchmarking exercise to prove that it will not affect the performance.
For example:
The the hover info about the field
r.Facets
is "Facets []ItemFacetToRetrieve", which suggests the type is declared in the same package, but you can see in the left part of the image that the actual package qualifier ispb
.OS: macOS High Sierra 10.13.6 (17G65)
VSCode: 1.28.0
Go extension: 0.6.90
Go: go version go1.11.1 darwin/amd64
The text was updated successfully, but these errors were encountered: