File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.12.3
2+ * Handle settings file for unsaved workspace [ #2077 ] ( https://github.com/microsoft/vscode-react-native/pull/2077 )
3+ * Documentation: debugging in vscode workspace [ #2075 ] ( https://github.com/microsoft/vscode-react-native/pull/2075 )
4+ * Add command for launching Expo web application [ #2073 ] ( https://github.com/microsoft/vscode-react-native/pull/2073 )
5+ * Handle comment line in workspace settings file [ #2071 ] ( https://github.com/microsoft/vscode-react-native/pull/2071 )
6+ * Add command to download ExpoGo and install in simulator [ #2064 ] ( https://github.com/microsoft/vscode-react-native/pull/2064 )
7+ * Internal changes:
8+ * Bump @babel/traverse from 7.14.2 to 7.23.2 [ #2059 ] ( https://github.com/microsoft/vscode-react-native/pull/2059 )
9+ * Fix gulp script failure on node18 [ #2079 ] ( https://github.com/microsoft/vscode-react-native/pull/2079 )
10+ * Bump vscode-test to 2.3.8 [ #2083 ] ( https://github.com/microsoft/vscode-react-native/pull/2083 )
11+ * Add unit test for workspace settings file with comment line [ #2081 ] ( https://github.com/microsoft/vscode-react-native/pull/2081 )
12+ * Bump eslint package to support typescript new version [ #2088 ] ( https://github.com/microsoft/vscode-react-native/pull/2088 )
13+
114## 1.12.2
215* Fix react-native application crashing issue related to cdp event [ #2055 ] ( https://github.com/microsoft/vscode-react-native/pull/2055 )
316* Add workspace setting to ignore specific project folder in multi-root workspace [ #2061 ] ( https://github.com/microsoft/vscode-react-native/pull/2061 )
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-react-native" ,
33 "displayName" : " React Native Tools" ,
4- "version" : " 1.12.2 " ,
4+ "version" : " 1.12.3 " ,
55 "private" : true ,
66 "publisher" : " msjsdiag" ,
77 "icon" : " resources/images/icon.png" ,
You can’t perform that action at this time.
0 commit comments