You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Merge pull request #105061 from HolonProduction/lsp-workspace-symbol
LSP: Don't advertise support for workspace symbols
This commit is contained in:
@@ -1752,7 +1752,7 @@ struct ServerCapabilities {
|
||||
/**
|
||||
* The server provides workspace symbol support.
|
||||
*/
|
||||
bool workspaceSymbolProvider = true;
|
||||
bool workspaceSymbolProvider = false;
|
||||
|
||||
/**
|
||||
* The server supports workspace folder.
|
||||
|
||||
Reference in New Issue
Block a user