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",