mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
fix(lsp): remove unknown LSP protocol property (#24345)
'hierarchicalWorkspaceSymbolSupport' is not part of the LSP Specification
This commit is contained in:
@ -844,7 +844,6 @@ function protocol.make_client_capabilities()
|
||||
return res
|
||||
end)(),
|
||||
},
|
||||
hierarchicalWorkspaceSymbolSupport = true,
|
||||
},
|
||||
configuration = true,
|
||||
workspaceFolders = true,
|
||||
|
Reference in New Issue
Block a user