Merge pull request #105061 from HolonProduction/lsp-workspace-symbol
LSP: Don't advertise support for workspace symbols
This commit is contained in:
commit
5e20c8fbcd
1 changed files with 1 additions and 1 deletions
|
|
@ -1752,7 +1752,7 @@ struct ServerCapabilities {
|
|||
/**
|
||||
* The server provides workspace symbol support.
|
||||
*/
|
||||
bool workspaceSymbolProvider = true;
|
||||
bool workspaceSymbolProvider = false;
|
||||
|
||||
/**
|
||||
* The server supports workspace folder.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue