|
485 | 485 | "command": "reactNative.debugScenario.attachHermesApplication", |
486 | 486 | "when": "isRNProject && isRNHermesProject && config.react-native-tools.displayDebuggingCommandsButton" |
487 | 487 | }, |
488 | | - { |
489 | | - "command": "reactNative.debugScenario.attachDirectIosExperimental", |
490 | | - "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
491 | | - }, |
492 | | - { |
493 | | - "command": "reactNative.debugScenario.attachToPackager", |
494 | | - "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
495 | | - }, |
496 | | - { |
497 | | - "command": "reactNative.debugScenario.debugAndroid", |
498 | | - "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
499 | | - }, |
500 | | - { |
501 | | - "command": "reactNative.debugScenario.debugIos", |
502 | | - "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
503 | | - }, |
504 | | - { |
505 | | - "command": "reactNative.debugScenario.debugWindows", |
506 | | - "when": "isRNProject && isRNWindowsProject && config.react-native-tools.displayDebuggingCommandsButton" |
507 | | - }, |
508 | | - { |
509 | | - "command": "reactNative.debugScenario.debugMacos", |
510 | | - "when": "isRNProject && isRNMacOSProject && config.react-native-tools.displayDebuggingCommandsButton" |
511 | | - }, |
512 | | - { |
513 | | - "command": "reactNative.debugScenario.debugInExponent", |
514 | | - "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
515 | | - }, |
516 | 488 | { |
517 | 489 | "command": "reactNative.debugScenario.debugInHermesExponent", |
518 | 490 | "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
|
523 | 495 | }, |
524 | 496 | { |
525 | 497 | "command": "reactNative.debugScenario.debugAndroidHermes", |
526 | | - "when": "isRNProject && isRNAndroidHermesProject && config.react-native-tools.displayDebuggingCommandsButton" |
527 | | - }, |
528 | | - { |
529 | | - "command": "reactNative.debugScenario.debugDirectIosExperimental", |
530 | 498 | "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
531 | 499 | }, |
532 | 500 | { |
533 | 501 | "command": "reactNative.debugScenario.debugIosHermes", |
534 | | - "when": "isRNProject && isRNIosHermesProject && config.react-native-tools.displayDebuggingCommandsButton" |
| 502 | + "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
535 | 503 | }, |
536 | 504 | { |
537 | 505 | "command": "reactNative.debugScenario.debugMacosHermes", |
538 | | - "when": "isRNProject && isRNMacosHermesProject && config.react-native-tools.displayDebuggingCommandsButton" |
539 | | - }, |
540 | | - { |
541 | | - "command": "reactNative.debugScenario.debugWindowsHermes", |
542 | | - "when": "isRNProject && isRNWindowsHermesProject && config.react-native-tools.displayDebuggingCommandsButton" |
543 | | - }, |
544 | | - { |
545 | | - "command": "reactNative.debugScenario.runAndroid", |
546 | 506 | "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
547 | 507 | }, |
548 | 508 | { |
549 | | - "command": "reactNative.debugScenario.runIos", |
| 509 | + "command": "reactNative.debugScenario.debugWindowsHermes", |
550 | 510 | "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
551 | 511 | }, |
552 | 512 | { |
553 | 513 | "command": "reactNative.debugScenario.runAndroidHermes", |
554 | | - "when": "isRNProject && isRNAndroidHermesProject && config.react-native-tools.displayDebuggingCommandsButton" |
| 514 | + "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
555 | 515 | }, |
556 | 516 | { |
557 | 517 | "command": "reactNative.debugScenario.runIosHermes", |
558 | | - "when": "isRNProject && isRNIosHermesProject && config.react-native-tools.displayDebuggingCommandsButton" |
559 | | - }, |
560 | | - { |
561 | | - "command": "reactNative.debugScenario.runDirectIosExperimental", |
562 | 518 | "when": "isRNProject && config.react-native-tools.displayDebuggingCommandsButton" |
563 | 519 | } |
564 | 520 | ], |
|
1419 | 1375 | "prepare": "husky install", |
1420 | 1376 | "prepare-smoke-tests": "cd test/smoke && npm ci", |
1421 | 1377 | "prepare-smoke-tests-project": "cd test/smoke/resources/sampleReactNativeProject && npm install", |
| 1378 | + "compile-smoke-tests": "cd test/smoke && tsc", |
1422 | 1379 | "smoke-tests": "cd test/smoke && tsc && node ./node_modules/mocha/bin/_mocha --config ./.mocharc.js --reporter mocha-multi-reporters" |
1423 | 1380 | }, |
1424 | 1381 | "prettier": { |
|
0 commit comments