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
This is likely to work out-of-the-box since gopls relies on go list for package information. However, we'll need to verify that this works well and include additional regression tests for the new workspace layout.
We may want to add code lenses to update the vendor directory.
The text was updated successfully, but these errors were encountered:
findleyr
added
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
labels
Oct 4, 2023
https://go.dev/issue/60056 is adding support for workspace vendoring.
This is likely to work out-of-the-box since gopls relies on
go list
for package information. However, we'll need to verify that this works well and include additional regression tests for the new workspace layout.We may want to add code lenses to update the vendor directory.
The text was updated successfully, but these errors were encountered: