Skip to content

Commit 5e20c8f

Browse files
committed
Merge pull request godotengine#105061 from HolonProduction/lsp-workspace-symbol
LSP: Don't advertise support for workspace symbols
2 parents 27cc051 + c203e63 commit 5e20c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gdscript/language_server/godot_lsp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ struct ServerCapabilities {
17521752
/**
17531753
* The server provides workspace symbol support.
17541754
*/
1755-
bool workspaceSymbolProvider = true;
1755+
bool workspaceSymbolProvider = false;
17561756

17571757
/**
17581758
* The server supports workspace folder.

0 commit comments

Comments
 (0)