vscode-react-native

VSCode extension for React Native - supports debugging and editor integration

OTHER License

Stars
2.6K
Committers
81

Bot releases are hidden (Show)

vscode-react-native - 0.4.1

Published by vladimir-kotikov about 7 years ago

  • Added notice about .vscode/.react directory
  • Fixed bug in typescript sourcemaps rewrite logic when project and vscode are on different drives
  • Fixed regression causing react-native commands ran from command palette to fail
  • Fixed regression causing debugging to fail when start debugging Expo project first time
vscode-react-native - 0.4.0

Published by vladimir-kotikov about 7 years ago

  • 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.json to 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
  • Added support for displaying Expo's QR code
vscode-react-native - 0.3.2

Published by vladimir-kotikov over 7 years ago

  • Renamed launch.json snippets to make it easier to add React Native launch configurations
  • Fixed regressions in app worker introduced after moving to 'node2' debugger
  • Upgraded XDL to support latest Expo SDK and fix issues with loading assets in Expo apps
  • Made extension prefer xcworkspace files over xcodeproj when launching xcodebuild
  • Updated README .babelrc instructions
vscode-react-native - 0.3.1

Published by MSLaguana over 7 years ago

  • Fixed an issue when no .vscode folder is present in a project
  • Added support for launch.json snippets
vscode-react-native - 0.3.0

Published by MSLaguana over 7 years ago

0.3.0

  • 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 vm infrastructure.
  • Fixed support for android variants
  • Fixed the ability to open source files by tapping on stack frames when the app red-boxes
vscode-react-native - Release 0.2.4

Published by MSLaguana almost 8 years ago

  • 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 refernece to a map file
  • Exposed react-native-tools.showInternalLogs and react-native-tools.logLevel to print additional output for debugging issues with the extension.
  • Added CHANGELOG.md
vscode-react-native - Release v0.2.0

Published by MSLaguana about 8 years ago

  • Added support for running and debugging with Exponent. See the readme for more details
  • Added a "Restart packager" command to stop and re-start the packager, additionally clearing the packager's cache.
vscode-react-native - Release v0.1.6

Published by MSLaguana about 8 years ago

  • Fixed an issue with execute permissions and navigating to a stack trace
  • Fixed a typo in package.json relating to what file types support debugging
  • Fixed an issue where the output window would always open whenever you open a folder with a package.json
  • Added support for --variants with android projects in launch.json
  • Added support for iOS projects using xcworkspaces rather than xcodeproj files
  • Added support for debugging typescript / using sourcemaps; thanks a lot @frogcjn for work on this feature!
  • Refactored most of our debugging code out of the process being debugged so less should show up in stack traces
  • We now determine whether a project is a react-native project by asking react-native, rather than using our own approach.
vscode-react-native - Release v0.1.5

Published by PatoBeltran over 8 years ago

This release includes the following changes:

  • If you have two projects open at the same time, if you configure the settings.json to provide a port for the react native packager, you should be able to debug both projects at the same time.
  • When you have an error on your react native application and you are running it on a simulator, react native shows a red screen with a stack trace. VSCode is now supported as an editor so if you click on a given filename it should open in the correct line number in your instance of VSCode.
  • We added support for mocking native functionality.
  • Bug fixes.

Special thanks to @mroswald and @chrbala for their contributions to the code base.

vscode-react-native - Release v0.1.0 (Preview)

Published by nisheetjain over 8 years ago

Added Command palette, IntelliSense and Debugging support for React Native projects