mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Try fix an issue with plugin reload.
Don't auto format config files when auto format on save is set to avoid issues. Try to fix a very rare issue with the syntax highlighter (also improve locking).
This commit is contained in:
@@ -763,9 +763,10 @@ void LSPClientPlugin::load( PluginManager* pluginManager ) {
|
||||
if ( mDocs.find( doc.first ) != mDocs.end() )
|
||||
mClientManager.tryRunServer( doc.second );
|
||||
mDelayedDocs.clear();
|
||||
if ( mReady )
|
||||
if ( mReady ) {
|
||||
fireReadyCbs();
|
||||
|
||||
setReady();
|
||||
}
|
||||
subscribeFileSystemListener();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user