fix(lsp): remove unknown LSP protocol property (#24345)

'hierarchicalWorkspaceSymbolSupport' is not part of the LSP Specification
This commit is contained in:
Techatrix
2023-07-14 05:36:10 +00:00
committed by GitHub
parent 9176b5e10a
commit 2ecba65b4b

View File

@ -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,