mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-14 06:52:52 +03:00
Improve how we keep expanded variables in debugger.
This commit is contained in:
@@ -2104,7 +2104,7 @@ void LSPClientPlugin::showDocumentSymbols( UICodeEditor* editor ) {
|
||||
path.reserve( docSymbols.size() );
|
||||
for ( const auto& sym : docSymbols )
|
||||
path.emplace_back( sym.name );
|
||||
tv->selectRowWithPath( path );
|
||||
tv->openRowWithPath( path );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user