mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
More LSP work.
This commit is contained in:
@@ -26,6 +26,10 @@ LSPClientPlugin::~LSPClientPlugin() {
|
||||
}
|
||||
}
|
||||
|
||||
void LSPClientPlugin::update( UICodeEditor* ) {
|
||||
mClientManager.updateDirty();
|
||||
}
|
||||
|
||||
void LSPClientPlugin::load( const PluginManager* pluginManager ) {
|
||||
std::vector<std::string> paths;
|
||||
std::string path( pluginManager->getResourcesPath() + "plugins/lspclient.json" );
|
||||
|
||||
Reference in New Issue
Block a user