We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e857a commit d4d97a8Copy full SHA for d4d97a8
Rubberduck.VBEEditor/SafeComWrappers/Abstract/HostApplicationBase.cs
@@ -183,7 +183,7 @@ public virtual bool TryOpenDocumentDesigner(QualifiedModuleName moduleName)
183
return false;
184
}
185
186
- public virtual IEnumerable<HostAutoMacro> AutoMacroIdentifiers => null;
+ public virtual IEnumerable<HostAutoMacro> AutoMacroIdentifiers => new HostAutoMacro [] { };
187
188
private static string GetName(IVBComponent component)
189
{
0 commit comments