4fe2e80cf7
post_import_plugin_skeleton_rest_fixer::_get_internal_option_visibility() gets called before user plugins. as it used to return true by default, it would always override/intercept any user implementation. now it returns null for those cases it is not explicitly coded to handle, indicating "ignore". see also: https://github.com/godotengine/godot/issues/118652