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
when I use the master branch of nvim-lspconfig seems something is broken.
I suppose that is because it reused the LSP but in fact the gopls do not support the multiple workspaces
because when I checkout the version before #2287 it's work well, but when I use master branch it will encounter this issue.
#2324 I use this branch of the pull request, will not encounter the issue now
xiantang
changed the title
Should re-use the same server for multiple workspaces when the server supports it
Should re-use the same server for multiple workspaces only the server supports it
Dec 19, 2022
Description
when I use the master branch of nvim-lspconfig seems something is broken.

I suppose that is because it reused the LSP but in fact the
gopls
do not support the multiple workspacesbecause when I checkout the version before #2287 it's work well, but when I use master branch it will encounter this issue.
Neovim version
NVIM v0.8.0
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@HMBRW-A-001-M1-004.local
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.8.0/share/nvim"
Run :checkhealth for more info
Nvim-lspconfig version
No response
Operating system and version
macOS 12.5
Affected language servers
gopls
Steps to reproduce

although the root path became, but still has error.Actual behavior
show an error which is mod has not been indexed
Expected behavior
the file of B project should index good.
Minimal config
LSP log
I have debug the code, this issue is specify
The text was updated successfully, but these errors were encountered: