mirror of
https://github.com/neovim/neovim
synced 2025-07-16 17:21:49 +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
|
return res
|
||||||
end)(),
|
end)(),
|
||||||
},
|
},
|
||||||
hierarchicalWorkspaceSymbolSupport = true,
|
|
||||||
},
|
},
|
||||||
configuration = true,
|
configuration = true,
|
||||||
workspaceFolders = true,
|
workspaceFolders = true,
|
||||||
|
Reference in New Issue
Block a user