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
@pascencio It looks like this is another way of creating a repo setup that is currently not supported by gopls. See #275 - currently gopls (the default language server used by "go.useLanguageServer": true) requires the directory with go.mod to be the root workspace.
@pascencio It looks like this is another way of creating a repo setup that is currently not supported by gopls. See #275 - currently gopls (the default language server used by "go.useLanguageServer": true) requires the directory with go.mod to be the root workspace.
Hi guys,
I have some troubles with the extension and git submodules.
What version of Go, VS Code & VS Code Go extension are you using?
go version
to get version of Gocode -v
orcode-insiders -v
to get version of VS Code or VS Code Insidersgo env
to get the go development environment detailsShare the Go related settings you have added/edited
Describe the bug
Problem
I have a project with two components:
Both components are git submodules in a parent repository. When I open the project with both submodules I have the following issues:
autocompleteUnimportedPackages
)Opening directly submodule resolves the issue.
Behavior expected
I expect same behavior with git submodules and simple git project.
Steps to reproduce the behavior:
Screenshots or recordings
Project opened with git submodules:
Project opened directly:
The text was updated successfully, but these errors were encountered: