Releases: microsoft/vscode-react-native
Release v0.1.1
This release includes the following changes:
• React Native 0.21 and 0.22 are now supported.
• Several improvements to how we detect and report errors. Errors are now more visible in the debug output, previously some error messages were not fully propagated to the user.
• We now show a status bar in VS Code when the packager is started or stopped by our extension.
• Improved the way we sandbox the React-Native app logic which solves an issue where the alert function stopped working in live reload scenarios.
• Updated IntelliSense support to use VS Code's internal Salsa support (VS Code versions 0.10.10+ ).
• React Native: Run Android command will launch the app in all available Android devices. Debugging logic will chose a single Android device when multiple are available. A specific target can be set by setting the device id to use (from adb devices) in the target setting in the launch.json.
• We show the LogCat output in a Channel Output - custom LogCat arguments can be set in the logCatArguments setting in launch.json.
• Added support for using the extension in Windows 7, Windows 8.1 and Windows 10 as well as minor fixes related to Mac OS.
• We don't overwrite allowJs settings in the tsconfig.json file if it's already set.
Release v0.1.0 (Preview)
Added Command palette, IntelliSense and Debugging support for React Native projects