mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-15 21:45:14 +03:00
Highlight current debugged line.
Hid debugger panel if other panel is opened. Silence the debugger by default.
This commit is contained in:
@@ -504,9 +504,11 @@ static LSPSymbolInformationList parseDocumentSymbols( const json& result, bool i
|
||||
for ( const auto& r : ret )
|
||||
rret.push_back( LSPSymbolInformationTmp::fromTmp( r ) );
|
||||
|
||||
if ( isSilent )
|
||||
if ( !isSilent ) {
|
||||
Log::debug( "LSPClientServer - parseDocumentSymbols took: %.2fms",
|
||||
clock.getElapsedTimeAndReset().asMilliseconds() );
|
||||
}
|
||||
|
||||
return rret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user