LSP: Don't advertise support for workspace symbols

This commit is contained in:
HolonProduction 2025-04-05 18:11:44 +02:00
parent 4b36c0491e
commit c203e6381e

View file

@ -1752,7 +1752,7 @@ struct ServerCapabilities {
/**
* The server provides workspace symbol support.
*/
bool workspaceSymbolProvider = true;
bool workspaceSymbolProvider = false;
/**
* The server supports workspace folder.