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 - 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.1.1

Published by over 8 years ago

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

Published by over 8 years ago

  • 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.
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