Releases: microsoft/vscode-cordova
Releases · microsoft/vscode-cordova
v1.2.4
- 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
- Updated to a newer version of Cordova Simulate
- Updated plist library to fix some bugs
- Updated documentation
v1.2.2
v1.2.1
v1.2.0
v1.1.1
- 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
- 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
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
v.1.0.2
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