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 hidden (Show)

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

Published by MSLaguana almost 8 years ago

  • Changed how we add typings for intellisense to work with typescript 2 automatic typings acquisition
  • Now all cordova command output will be included in the debug console
  • Added support for debugging crosswalk webview on android (Thanks nicolashenry!)
  • Added CHANGELOG.md
vscode-cordova - Release v1.2.3

Published by MSLaguana about 8 years ago

  • Updated to a newer version of Cordova Simulate
  • Updated plist library to fix some bugs
  • Updated documentation
vscode-cordova - v1.2.2

Published by MSLaguana about 8 years ago

  • Added support for Ionic 2!
  • Added support for adb residing in ANDROID_HOME and not in PATH
  • Added the ability to specify "corsproxy": false in launch.json to disable XHR proxying when simulating in a browser
  • Updated version of cordova-simulate
vscode-cordova - v1.2.1

Published by dlebu over 8 years ago

  • Multiple enhancements and bug fixes
vscode-cordova - v1.2.0

Published by dlebu over 8 years ago

  • Support for simulating your application in the browser, which includes
    • Support for the majority of core plugins
    • Live reload
    • Touch events
    • CORS proxy
    • Device screen resizing
  • Multiple bug fixes and improvements
vscode-cordova - v1.0.4

Published by MSLaguana over 8 years ago

This release is primarily bugfixes after the vscode 0.10.10 update.

If you have a project from prior to this update, you may need to delete your .vscode/launch.json and regenerate it, or otherwise manually add "cwd": "${workspaceRoot}" to each of the entries.

vscode-cordova - v1.0.3

Published by MSLaguana over 8 years ago

Fixing a missing dependency in the published bundle.

vscode-cordova - v.1.0.2

Published by nisheetjain over 8 years ago

Minor Fixes

  • Fixed the Build command keybindings conflict with Ctrl+Shift+B. Cordova Build now defaults to F6 instead
  • Added "Cordova prepare" command. Thanks to @RenaldSB for contribution
  • Fixed import casing issue preventing extension to work correctly on Linux
  • Added cleanup to remove port forwarding done for android debugging