run panel v1

This commit is contained in:
Matt Parker
2025-08-09 02:09:06 +10:00
parent 4ceaafd75e
commit 4ba04c3082
3 changed files with 59 additions and 8 deletions

View File

@@ -50,6 +50,7 @@ public class RunService
});
project.Running = true;
project.OpenInRunPanel = true;
GlobalEvents.InvokeProjectsRunningChanged();
await process.WaitForExitAsync().WaitAsync(project.RunningCancellationTokenSource.Token).ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing);
if (project.RunningCancellationTokenSource.IsCancellationRequested)