mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
fix(lsp): remove unknown LSP protocol property (#24345)
'hierarchicalWorkspaceSymbolSupport' is not part of the LSP Specification
This commit is contained in:
parent
9176b5e10a
commit
2ecba65b4b
@ -844,7 +844,6 @@ function protocol.make_client_capabilities()
|
||||
return res
|
||||
end)(),
|
||||
},
|
||||
hierarchicalWorkspaceSymbolSupport = true,
|
||||
},
|
||||
configuration = true,
|
||||
workspaceFolders = true,
|
||||
|
Loading…
Reference in New Issue
Block a user