config-manager: Use IdeConfigurationProvider interface
This changes IdeConfigurationManager to load configurations via the IdeConfigurationProvider interface (which can be implemented by any plugin) rather than checking for a .buildconfig file. The IdeBuildconfigConfigurationProvider will provides backwards compatibility for that functionality. https://bugzilla.gnome.org/show_bug.cgi?id=777959
Please register or sign in to comment