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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -844,7 +844,6 @@ function protocol.make_client_capabilities()
return res
end)(),
},
hierarchicalWorkspaceSymbolSupport = true,
},
configuration = true,
workspaceFolders = true,