mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
ecode: Improved visibility of file locator commands. File locator is now called Universal Locator.
This commit is contained in:
@@ -252,7 +252,9 @@ PluginRequestHandle LSPClientPlugin::processWorkspaceSymbol( const PluginMessage
|
||||
if ( !msg.isRequest() || !msg.isJSON() )
|
||||
return {};
|
||||
|
||||
auto servers = mClientManager.getAllRunningServers();
|
||||
auto servers = mClientManager.getFilteredServers( []( LSPClientServer* server ) {
|
||||
return server->getCapabilities().workspaceSymbolProvider;
|
||||
} );
|
||||
if ( servers.empty() )
|
||||
return {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user