File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.4
2+ * Fixed issue with Run iOS on device
13## 0.4.3
24* Added custom packager port support
35* Added separate channels for logs output
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-react-native" ,
33 "displayName" : " React Native Tools" ,
4- "version" : " 0.4.3 " ,
4+ "version" : " 0.4.4 " ,
55 "private" : true ,
66 "publisher" : " vsmobile" ,
77 "icon" : " images/icon.png" ,
Original file line number Diff line number Diff line change @@ -238,11 +238,11 @@ function requestSetup(args: any): any {
238238 let mobilePlatformOptions : any = {
239239 projectRoot : projectRootPath ,
240240 platform : args . platform ,
241- targetType : args . targetType || "simulator" ,
241+ target : args . target || "simulator" ,
242242 } ;
243243
244244 if ( ! args . runArguments ) {
245- let runArgs = SettingsHelper . getRunArgs ( args . platform , args . targetType || "simulator" ) ;
245+ let runArgs = SettingsHelper . getRunArgs ( args . platform , args . target || "simulator" ) ;
246246 mobilePlatformOptions . runArguments = runArgs ;
247247 }
248248
You can’t perform that action at this time.
0 commit comments