Browse Source

LSP: Don't advertise support for workspace symbols

HolonProduction 6 months ago
parent
commit
c203e6381e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/gdscript/language_server/godot_lsp.h

+ 1 - 1
modules/gdscript/language_server/godot_lsp.h

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