Skip to content

Releases: microsoft/vscode-cordova

1.3.1

20 Nov 11:18
fe2d588
Compare
Choose a tag to compare
  • Granted permissions to scripts

1.3.0

01 Nov 09:55
2e82e6e
Compare
Choose a tag to compare
  • Multi-root workspaces support

1.2.13

25 Oct 08:37
Compare
Choose a tag to compare
  • Added runArguments configuration option to allow passing custom arguments to cordova run/build or ionic serve commands
  • Fixed problem with cordova/ionic check updates

v1.2.11

07 Sep 09:07
Compare
Choose a tag to compare
  • Fixed attach failure when both device and emulator are connected
  • Fixed problem with attaching debugger to apps with some specific names

v1.2.10

18 Aug 19:18
Compare
Choose a tag to compare
  • 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

04 Aug 14:45
Compare
Choose a tag to compare
  • 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

28 Jul 13:41
Compare
Choose a tag to compare
  • 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

13 Mar 07:25
Compare
Choose a tag to compare
  • 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

v1.2.6

13 Jan 21:15
Compare
Choose a tag to compare
  • Updated to use newer chrome debugger
  • Fixed an issue with launching apps on iOS 10.X devices
  • Fixed an issue with ionic 2 serve

v1.2.5

28 Dec 21:38
Compare
Choose a tag to compare
  • Changed how we look for the webview debugging connection to work on devices with restricted permissions