- Migrated CodePush functionality to App Center extension for VS Code
- Bug fixes
- Bug fixes
- Bug fixes
- Fixed issue with SourceMaps generation for RN 0.54.x
- Narrow down activation events for extension
- Remove local file dependencies for code-push libs from package.json
- Bug fixes
- Updated README
- Fixed issue with finding index{os}.js file
- Fixed issue with detecting react-native-code-push
- Minor fixes
- Added support for react-native-code-push commands
- Bug fixes
- Bug fixes
- Bug fixes
- Environment Variable setting for debug configurations
- Improved multi-root workspaces support
- Bug fixes
- Added support React-Native 0.50 and greater
- Bug fixes
- Multi-root workspaces support
- Debugging for Haxe project
- Some bugs fixed
- Fixed issue with Run iOS on device
- Added custom packager port support
- Added separate channels for logs output
- Added Reload App and Open Dev Menu commands
- Added launch options to attach to remote packager
- Fixed annoying error message when app's entry point is not
index.<platform>.js - Added
runArgumentsconfiguration option to allow passing custom arguments toreact-native run-*commands - Reorganized documentation structure
- Switched to direct usage of React Native CLI instead of
ideviceinstallerto run iOS - Fixed automatic enable of JS debugging on iOS simulator
- Added notice about
.vscode/.reactdirectory (#505) - Fixed bug in typescript sourcemaps rewrite logic when project and vscode are on different drives
- Fixed regression causing
react-nativecommands ran from command palette to fail - Fixed regression causing debugging to fail when start debugging Expo project first time
- Fixed issue with infinite loops when reloading RN app
- Fixed compatibility issues with react-native >=0.45
- Added more robust sourcemaps support to enable Typescript debugging
- Added instructions to enable Flowtype intellisense
- Fixed error "Error processing 'continue'" appearing when reloading app while staying on breakpoint
- Added “scheme” option to
launch.jsonto pass build scheme to xcodebuild - Improved LogCat logging - now reusing existing output channel when possible
- Refactored extension to support debugging of Expo and CRNA apps better (#478)
- Added support for displaying Expo's QR code
- Rename launch.json snippets to make it easier to add React Native launch configurations to existing
launch.json - Fix regressions in app worker introduced after moving to 'node2' debugger
- Fix bug with loading assets in exponent and upgrade XDL
- Prevent unhandled rejection warnings to be logged to debug console when breakpoints are not set up successfully
- Prefer
xcworkspacefiles overxcodeprojwhen launchingxcodebuild - Updated README
.babelrcinstructions
- Fixed an issue when no .vscode folder is present in a project
- Added support for launch.json snippets
- Updated to use node2 debug engine instead of node. We now spawn a separate node process to run the app logic rather than using node's
vminfrastructure. - Fixed support for android variants
- Fixed the ability to open source files by tapping on stack frames when the app red-boxes
- Removed
requirefrom app worker context to work around change in node 7.__debug__.requireis still present for applications which need it
- Allowed using this extension in a workspace with the react-native project in a subfolder.
- Ignore references to inline sourcemaps, in the hopes of finding another reference to a map file
- Exposed
react-native-tools.showInternalLogsandreact-native-tools.logLevelto print additional output for debugging issues with the extension. - Added CHANGELOG.md!
- Added a workaround for max-stack issues with react-native 0.37