Skip to content

Commit f1373a3

Browse files
committed
Fixes debug deploys
1 parent f35943b commit f1373a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FRC-Extension/Buttons/DeployDebugButton.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public override void QueryCallback(object sender, EventArgs e)
113113
where reference.SourceProject == null
114114
select reference.Name).Any(name => name.Contains("WPILib")))
115115
{
116+
m_robotProject = startupProject;
116117
visable = true;
117118
}
118119
}

0 commit comments

Comments
 (0)