Skip to content

Commit 808c794

Browse files
committed
fix: fixing empty execution with no project configs
1 parent 4f60f95 commit 808c794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/handlers/RunActionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public Object execute(ExecutionEvent event) throws ExecutionException
6262

6363
if (!isEspLaunchConfig && !isEspDebugConfig)
6464
{
65-
return Status.OK_STATUS;
65+
return super.execute(event);
6666
}
6767

6868
ILaunchMode launchMode = launchBarManager.getActiveLaunchMode();

0 commit comments

Comments
 (0)