You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class MxLintMenuExtension(IDockingWindowService dockingWindowService, IMessageBoxService messageBoxService) : MenuExtension
{
public override IEnumerable<MenuViewModel> GetMenus()
{
yield return new MenuViewModel("Open MxLint", () => dockingWindowService.OpenPane(MxLintPaneExtension.ID));
yield return new MenuViewModel("About", () => messageBoxService.ShowInformation("Find the latest version and license info at https://github.com/mxlint/mxlint-extension"));