While testing zero-config gopls (#57979), I noticed that jumping to definition on a vendored Kubernetes module creates a new View for that module. This could result in increased memory usage, and partial references results.
We should not create Views for vendored modules. The fix seems very straightforward, so we should fix this for v0.15.0.