We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b36c04 commit c203e63Copy full SHA for c203e63
modules/gdscript/language_server/godot_lsp.h
@@ -1752,7 +1752,7 @@ struct ServerCapabilities {
1752
/**
1753
* The server provides workspace symbol support.
1754
*/
1755
- bool workspaceSymbolProvider = true;
+ bool workspaceSymbolProvider = false;
1756
1757
1758
* The server supports workspace folder.
0 commit comments