We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46df40 commit 4d66324Copy full SHA for 4d66324
gopls/internal/lsp/cache/snapshot.go
@@ -1833,7 +1833,7 @@ searchOverlays:
1833
fix = `To work with multiple modules simultaneously, please upgrade to Go 1.18 or
1834
later, reinstall gopls, and use a go.work file.`
1835
}
1836
- msg = fmt.Sprintf(`This file is in directory %q, which is not included in your workspace.
+ msg = fmt.Sprintf(`This file is within module %q, which is not included in your workspace.
1837
%s
1838
See the documentation for more information on setting up your workspace:
1839
https://github.com/golang/tools/blob/master/gopls/doc/workspace.md.`, modDir, fix)
0 commit comments