This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
go.uselanguageserver does not work on multi-project workspaces (NodeJS) #2431
Closed
Description
- Create a Go module project in a subdirectory of your workspace
- Create a NodeJS project in a different subdirectory of your workspace
- Turn on go.uselanguageserver
- Autocomplete does not seem to work.
I am running VSCode 1.33.0 and am using vscode-go 0.9.3-beta.7.
A workaround is to open a workspace in the Go subdirectory of your project.