File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.2
2+ * Rename launch.json snippets to make it easier to add React Native launch configurations to existing ` launch.json `
3+ * Fix regressions in app worker introduced after moving to 'node2' debugger
4+ * Fix bug with loading assets in exponent and upgrade XDL
5+ * Prevent unhandled rejection warnings to be logged to debug console when breakpoints are not set up successfully
6+ * Prefer ` xcworkspace ` files over ` xcodeproj ` when launching ` xcodebuild `
7+ * Updated README ` .babelrc ` instructions
8+
19## 0.3.1
210* Fixed an issue when no .vscode folder is present in a project
311* Added support for launch.json snippets
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-react-native" ,
33 "displayName" : " React Native Tools" ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.3.2 " ,
55 "private" : true ,
66 "publisher" : " vsmobile" ,
77 "icon" : " images/icon.svg" ,
You can’t perform that action at this time.
0 commit comments