Skip to content

Commit 526fc6f

Browse files
committed
Disable the plugin loading code in RubberduckIoCInstaller
1 parent aa6ca19 commit 526fc6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rubberduck.Main/Root/RubberduckIoCInstaller.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ private static IEnumerable<Assembly> FindPlugins()
770770
assemblies.Add(Assembly.LoadFile(inspectionsAssembly));
771771
}
772772

773+
/* Commented out as we don't want to support the plugins right now...
773774
var path = Path.Combine(basePath, "Plug-ins");
774775
if (!Directory.Exists(path))
775776
{
@@ -787,6 +788,7 @@ private static IEnumerable<Assembly> FindPlugins()
787788
// can we log yet?
788789
}
789790
}
791+
*/
790792

791793
return assemblies;
792794
}

0 commit comments

Comments
 (0)