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