bool ICommandHandler <LearnAboutTheEditorCommandArgs> .ExecuteCommand(LearnAboutTheEditorCommandArgs args, CommandExecutionContext executionContext)
 {
     IdeServices.DesktopService.ShowUrl("https://aka.ms/vs/mac/editor/learn-more");
     return(true);
 }
 CommandState ICommandHandler <LearnAboutTheEditorCommandArgs> .GetCommandState(LearnAboutTheEditorCommandArgs args)
 => CommandState.Available;