run panel appears after build
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user