Skip to content

Releases: microsoft/vscode-cordova

v1.2.4

08 Dec 21:04
Compare
Choose a tag to compare
  • 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

Release v1.2.3

07 Oct 17:49
Compare
Choose a tag to compare
  • Updated to a newer version of Cordova Simulate
  • Updated plist library to fix some bugs
  • Updated documentation

v1.2.2

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

v1.2.1

30 Jun 21:55
Compare
Choose a tag to compare
  • Multiple enhancements and bug fixes

v1.2.0

15 Jun 22:30
Compare
Choose a tag to compare
  • 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

v1.1.1

04 Apr 23:03
Compare
Choose a tag to compare
  • Fixed a timeout and crash when specifying invalid values of devServerPort and devServerAddress for Ionic live reload in launch.json
  • The extension no longer activates if the workspace root is not the root of a Cordova / Ionic project
  • To avoid typings duplication, we will now look for a [workspace root]/typings/ folder to attempt to detect existing typings files before installing any new typings for the user
  • Updated readme with instructions on how to use the VS Emulator for Android
  • Updated readme with instructions on how to enable JS IntelliSense for injected Angular and Ionic services using JSDoc headers
  • Added some useful comments to Ionic JS snippets
  • Fixed an issue when running for iOS device with older cordova-ios versions where we would error out because no .ipa was generated

v1.1.0

24 Mar 00:25
Compare
Choose a tag to compare
  • Added support for Ionic projects
    • The debug target includes the ability to serve to the browser for use with Ionic projects. You can now deploy and debug directly to Chrome, live reload is enabled by default.
    • We've included a number of useful JavaScript and HTML code snippets for your project, try typing ion_ in the editor to see what's available.
    • New Ionic commands have also been added to the Command Palette, type Ionic in the palette to see the full list.
    • Ionic live reload is supported on devices and emulators.
    • Additional IntelliSense has been added for Ionic, Angular and JQuery.
  • Our telemetry now informs us when the extension is activated, this was done to help us improve the product by better understanding usage.

v1.0.4

08 Mar 23:28
Compare
Choose a tag to compare

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.

v1.0.3

25 Feb 21:52
Compare
Choose a tag to compare

Fixing a missing dependency in the published bundle.

v.1.0.2

25 Feb 18:24
Compare
Choose a tag to compare

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