From 6fc60b88a8804d1cfea9ee0aaabf91775f4d8e1f Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Mon, 25 Aug 2025 20:34:49 +1000 Subject: [PATCH] Update RunService.cs --- src/SharpIDE.Application/Features/Run/RunService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SharpIDE.Application/Features/Run/RunService.cs b/src/SharpIDE.Application/Features/Run/RunService.cs index 4d9a39b..ed3fc4b 100644 --- a/src/SharpIDE.Application/Features/Run/RunService.cs +++ b/src/SharpIDE.Application/Features/Run/RunService.cs @@ -29,7 +29,6 @@ public class RunService var launchProfile = launchProfiles.FirstOrDefault(); try { - // TODO: handle running Blazor projects var processStartInfo = new ProcessStartInfo2 { FileName = "dotnet",