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
At some point in the past, I'm pretty sure gopls registered file watchers for directories that were explicitly replaced via go.mod replace directives. However, this logic was reverted at some point, most likely while adding support for go.work files.
The rationale for watching replaced directories still makes sense to me, and so we should add it back, with tests.
The text was updated successfully, but these errors were encountered:
gopherbot
added
Tools
This label describes issues relating to any tools in the x/tools repository.
gopls
Issues related to the Go language server, gopls.
labels
Dec 15, 2023
At some point in the past, I'm pretty sure gopls registered file watchers for directories that were explicitly replaced via
go.mod
replace directives. However, this logic was reverted at some point, most likely while adding support for go.work files.The rationale for watching replaced directories still makes sense to me, and so we should add it back, with tests.
The text was updated successfully, but these errors were encountered: