run panel appears after build

This commit is contained in:
Matt Parker
2026-01-18 17:16:51 +10:00
parent 56784ecfd3
commit 7ca1de42c0
4 changed files with 6 additions and 5 deletions

View File

@@ -137,7 +137,6 @@ public partial class IdeRoot : Control
private async void MsBuild(BuildType buildType)
{
await Task.CompletedTask.ConfigureAwait(ConfigureAwaitOptions.ForceYielding);
GodotGlobalEvents.Instance.BottomPanelTabExternallySelected.InvokeParallelFireAndForget(BottomPanelType.Build);
await _buildService.MsBuildAsync(_solutionExplorerPanel.SolutionModel.FilePath, buildType);
}