Releases: microsoft/vscode-cordova
Releases · microsoft/vscode-cordova
1.3.1
1.3.0
1.2.13
v1.2.11
- Fixed attach failure when both device and emulator are connected
- Fixed problem with attaching debugger to apps with some specific names
v1.2.10
- Fixed debugger can't find "localabstract name" issue by better parsing of
adb shell ps
output - Cleaned up noisy Ionic output in debug console
- Improved detection of latest Ionic CLI to better handle 'ionic cordova' plugin/integration
- Improved handling of typings in typescript projects
- Fixed annoying
Debugger.setAsyncCallStackDepth
error appeared after upgrading vscode-chrome-debug-core
v1.2.9
- Added chromium to valid "simulate" targets
- Fixed "Error processing "completions"" constantly popping up in debug console
- Fixed cordova-simulate tab to properly update
v1.2.8
-
Fixed debugging of Ionic CLIv3 projects
-
Added launch.json configurations snippets
-
Fixed numerous issues with debugging on iOS 10 devices/emulators
-
Fixed numerous issues caused by changes in Ionic CLI
- Fix running iOS on simulator with enabled livereload
- Fixed Ionic run hang on Android
- Show app launch logs continuously
- Suppress irrelevant stderr output from Ionic
-
Other usability improvements:
- Now ignoring "cordova build/run" commands while debugging
- Changed error messages format when platform is missing to be more informative
- Android is now default platform for Ionic on Windows
- Ionic snippets are now shown only for Ionic v1 projects
v1.2.7
- Added telemetry reporting for which plugins are installed for the project
- Enabled logging ionic serve output to debug console
- Updated chrome-debug-core
- Fixed integration with ionic serve