mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Auto-complete module improvements.
This commit is contained in:
@@ -155,9 +155,11 @@ void LSPClientServerManager::updateDirty() {
|
||||
mLSPsToClose.push_back( server.first );
|
||||
}
|
||||
}
|
||||
if ( !mLSPsToClose.empty() )
|
||||
if ( !mLSPsToClose.empty() ) {
|
||||
for ( const auto& server : mLSPsToClose )
|
||||
closeLSPServer( server );
|
||||
mLSPsToClose.clear();
|
||||
}
|
||||
}
|
||||
|
||||
void LSPClientServerManager::getAndGoToLocation( const std::shared_ptr<TextDocument>& doc,
|
||||
|
||||
Reference in New Issue
Block a user