vscode-cordova

A Visual Studio Code extension providing intellisense, debug, and build support for Cordova and Ionic projects.

OTHER License

Stars
292
Committers
58

Bot releases are visible (Hide)

vscode-cordova - 1.4.0

Published by itoys over 6 years ago

  • Migrate to [email protected]
  • Added target platform selector for command palette commands
  • Added cordova-simulate support for all known platform
  • Added .travis.yml
vscode-cordova - 1.3.10

Published by itoys over 6 years ago

  • Added target type to telemetry request
  • Added support for Ionic projects without Cordova integration
  • Bug fixes and improvements
vscode-cordova - 1.3.9

Published by max-mironov over 6 years ago

  • Migrated CodePush functionality to App Center extension for VS Code
vscode-cordova - 1.3.8

Published by max-mironov over 6 years ago

  • Remove local file dependencies for code-push libs from package.json
  • Bug fixes
vscode-cordova - 1.3.7

Published by max-mironov over 6 years ago

  • Bug fixes
vscode-cordova - 1.3.6

Published by max-mironov over 6 years ago

We are happy to announce that we have added basic support for code-push with current release.
Please let us know what further improvements you would like to have or if you see any issues.

vscode-cordova - 1.3.5

Published by max-mironov over 6 years ago

  • Update README
vscode-cordova - 1.3.4

Published by max-mironov over 6 years ago

  • Fixed issue with lanuch args in vscode 1.20.0
  • Added survey to README
vscode-cordova - 1.3.3

Published by itoys over 6 years ago

  • Fix platforms detection according to new files structure
  • Fix error message if browser simulation fails
  • Fix Ionic projects launch and attach for iOS simulator
  • Fix Ionic CLI version detection if CLI update is available
  • Fix missing platform error message for Ionic
vscode-cordova - 1.3.2

Published by itoys almost 7 years ago

  • Allow "non Ionic-CLI projects" to use the extension even with ionic-angular installed
  • Adds cordova.simulatorInExternalBrowser setting that makes Cordova simulator to launch in default browser instead of tab in VS Code
  • Support new path of AndroidManifest.xml in Cordova 8.0.0
  • Fix ionic nightly version detection
  • Fix Ionic 1 livereload server detection
vscode-cordova - 1.3.1

Published by itoys almost 7 years ago

  • Granted permissions to scripts
vscode-cordova - 1.3.0

Published by itoys almost 7 years ago

  • Multi-root workspaces support
vscode-cordova - 1.2.13

Published by itoys almost 7 years ago

  • Added runArguments configuration option to allow passing custom arguments to cordova run/build or ionic serve commands
  • Fixed problem with cordova/ionic check updates
vscode-cordova - v1.2.11

Published by vladimir-kotikov about 7 years ago

  • Fixed attach failure when both device and emulator are connected
  • Fixed problem with attaching debugger to apps with some specific names
vscode-cordova - v1.2.10

Published by vladimir-kotikov about 7 years ago

  • 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
vscode-cordova - v1.2.9

Published by vladimir-kotikov about 7 years ago

  • Added chromium to valid "simulate" targets
  • Fixed "Error processing "completions"" constantly popping up in debug console
  • Fixed cordova-simulate tab to properly update
vscode-cordova - v1.2.8

Published by vladimir-kotikov about 7 years ago

  • 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
vscode-cordova - v1.2.7

Published by vladimir-kotikov over 7 years ago

  • 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
vscode-cordova - v1.2.6

Published by MSLaguana almost 8 years ago

  • Updated to use newer chrome debugger
  • Fixed an issue with launching apps on iOS 10.X devices
  • Fixed an issue with ionic 2 serve
vscode-cordova - v1.2.5

Published by MSLaguana almost 8 years ago

  • Changed how we look for the webview debugging connection to work on devices with restricted permissions