mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
More improvements.
This commit is contained in:
@@ -578,9 +578,7 @@ void App::initPluginManager() {
|
||||
}
|
||||
};
|
||||
|
||||
#ifdef EE_DEBUG
|
||||
mPluginManager->registerPlugin( DebuggerPlugin::Definition() );
|
||||
#endif
|
||||
mPluginManager->registerPlugin( LinterPlugin::Definition() );
|
||||
mPluginManager->registerPlugin( FormatterPlugin::Definition() );
|
||||
mPluginManager->registerPlugin( AutoCompletePlugin::Definition() );
|
||||
|
||||
Reference in New Issue
Block a user