File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 477477 "title" : " Toggle Network View" ,
478478 "category" : " React Native" ,
479479 "enablement" : " !config.security.workspace.trust.enabled || isWorkspaceTrusted"
480- },
481- {
482- "command" : " reactNative.runEasBuild" ,
483- "title" : " Run EAS Build" ,
484- "category" : " React Native" ,
485- "enablement" : " !config.security.workspace.trust.enabled || isWorkspaceTrusted"
486480 }
487481 ],
488482 "menus" : {
Original file line number Diff line number Diff line change @@ -425,5 +425,4 @@ export const ERROR_STRINGS = {
425425 [ InternalErrorCode . FailedToKillPort ] : "Failed to kill port" ,
426426 [ InternalErrorCode . FaiedToSetNewArch ] : "Failed to set New Architecture" ,
427427 [ InternalErrorCode . FailedToToggleNetworkView ] : "Failed to config network view" ,
428- [ InternalErrorCode . FailedToRunEasBuild ] : "Failed to run EAS Build" ,
429428} ;
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ export enum InternalErrorCode {
3838 FailedToKillPort = 133 ,
3939 FaiedToSetNewArch = 134 ,
4040 FailedToToggleNetworkView = 135 ,
41- FailedToRunEasBuild = 136 ,
4241
4342 // Device Deployer errors
4443 IOSDeployNotFound = 201 ,
Original file line number Diff line number Diff line change @@ -37,4 +37,3 @@ export * from "./openExpoUpgradeHelper";
3737export * from "./killPort" ;
3838export * from "./setNewArch" ;
3939export * from "./networkView" ;
40- export * from "./runEasBuild" ;
You can’t perform that action at this time.
0 commit comments