Skip to content

Commit c203e63

Browse files
LSP: Don't advertise support for workspace symbols
1 parent 4b36c04 commit c203e63

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)