x/tools/gopls: support opening a directory that contains a single module #42108
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
A common workflow is opening a directory that contains a module in a subdirectory. Currently, this is only supported with
experimentalWorkspaceModule
enabled, but we should support this in any mode. This is effectively the reverse ofexpandWorkspaceToModule
.With multiple modules, this will not work without
experimentalWorkspaceModule
. Note that we may need handling if the user creates a new module in a higher level directory during the session.The text was updated successfully, but these errors were encountered: