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 - 2.0.0

Published by vswdbot about 4 years ago

  • Fixed iOS debugging on iOS devices version 12.2 and above #641, #649, #671
  • Implmented debug configuration provider using the DebugConfigurationProvider VS Code approach #648
  • Cordova Simulate is no longer part of the extension and is installed dynamically in the extension on Simulate debug scenarios #653
  • Added localization for next languages:
    • Chinese Simplified
    • Chinese Traditional
    • Japanese
    • Korean
    • German
    • French
    • Spanish
    • Russian
    • Italian
    • Czech
    • Turkish
    • Portuguese
    • Polish
  • Added liveReloadDelay debug scenario argument for Simulate scenarios. It allows to set the delay in milliseconds between saving of a modified file and the application page reloading #672
  • Changed spellings of some debug configurations properties in order to suit camel case: corsproxy to corsProxy, forceprepare to forcePrepare
  • The minimum supported version of VS Code has been increased from 1.26.0 to 1.40.0
  • Internal changes:
    • Migrated from the vscode-node-debug2 debugger to js-debug one
    • Integrated the debug adapter directly inside the extension, which allows VS Code to connect to it instead of launching a new external debug adapter per extension's debugging session. See DebugAdapterDescriptorFactory approach for more details
    • Added Webpack bundling for the extension #653
    • Overall code improvements and optimizations #647, #649, #669, #636, #666

Changes:

  • 5915720e94fffdcb91350a0a4e758682f9ef06f9 Prepare for 2.0.0 (#676)
  • 2e03018dca4d15ce5c50a17951c7cd55b095363d Fix yml styles in pipelines, remove move TPN task from master pipeline (#675)
  • 7e716f492428629b3b37b4ccb9bb95683f5ea2f3 Refactored version's fixes (#674)
  • d2fbbc7ddd2bdf10215929246960298e06aca732 js-debug migration (#673) [ #614, #618, #625, #627, #635, #636, #640, #641, #647, #648, #649, #650, #645, #651, #653, #654, #655, #656, #657, #658, #660, #661, #662, #663, #664, #665, #666, #668, #669, #671, #672 ]

This list of changes was auto generated.

vscode-cordova - 1.9.5

Published by vswdbot about 4 years ago

  • Improved extension security #639, #642, #621
  • Internal changes:
    • Migrated unit tests to vscode-test #645

Changes:

  • 69ec74c3628d84dc14cc1d8411ecf32edab0b4a4 Prepare for 1.9.5 (#646)
  • fa199ccfa57ae4720f6127938b82ea1cadf4c0ef Migrate unit tests from vscode to vscode-test package (#645)
  • b4d3ab10561c28d8ff733d98ee73cc41ae1d196a Fix security vulnerabilities (#621)
  • 9b142c8eaffea7bf4d8ab3eb48eea6b0351309fb Bump elliptic from 6.5.2 to 6.5.3 (#642)
  • fb6f5e3d06a5cbf62532b85d1a43e0d73e14e63c Bump lodash from 4.17.15 to 4.17.19 (#639)

This list of changes was auto generated.

vscode-cordova - 1.9.4

Published by vswdbot over 4 years ago

  • Improved extension security #620
  • Internal changes:
    • Added YAML Azure Pipelines support for the extension repository #607
    • Enhanced extension telemetry #619, #611

Changes:

  • 8ea1094774fc0d035b232abfc7eeaf858c9b2960 Prepare for 1.9.4 (#623)
  • 946a8f45be5605e30269a5777dee284130d07293 Fix types constraints (#624)
  • dc26373351a81a1cc5a18a88042b865af756aa83 Fix Ionic serve (#622)
  • 10e1834db530de985a5530191323170201fd2e3e Remove PII from the telemetry (#619)
  • 5abf709c1b811ae40f6c4a8751043a426040e46b Fix security vulnerabilities (#620)
  • 276a438c613bc6a6d2e5206c379c16940ca4765c Update status badge (#612)
  • c9bbe18131cdaa5c2a6434822b90cada47bf0b16 Refactor project type definitions (#611)
  • 425d1c89db265a09476f569a54f05243bf6f5631 Fix artifacts generation (#609)
  • 625c085a3ab63330459801d76d5279cf7ae52851 Fix YAML build pipelines (#608)
  • 34e4bcafb57c2fb58ce9a642a2af8118b570b42f Add YAML based unit tests (#607)

This list of changes was auto generated.

vscode-cordova - 1.9.3

Published by vswdbot over 4 years ago

  • Improved extension security #603, #604
  • Updated extension dependencies #604

Changes:

  • c579d61ff6c70b7574ca29ca37726e00ed11a9c2 Prepare for 1.9.3 (#605)
  • 078f084d4e1586d9862f73487e2b0b94fc9335c1 Bump several dependencies, fix security vulnerabilities (#604)
  • dc4d20abae0daf1ef93d2362082f339611b9188c Fix security vulnerabilities (#603)

This list of changes was auto generated.

vscode-cordova - 1.9.2

Published by vswdbot over 4 years ago

  • Fixed launching and deployment of Cordova and Ionic applications on iOS 13+ devices #600
  • Enhanced error handling in case an opened project is not a Cordova project #599
  • deps: [email protected]

Changes:

  • 364219081b78bd8720953935c857ba9552fd95d4 Prepare for 1.9.2 (#602)
  • 52caedfd0a86f972141640700ab59f7ebbb5ee70 Update cordova-simulate to v0.7.0 (#601)
  • a69294fe20f02d6da3f74be79130733dcc6468f3 Fix Run iOS on device scenario for iOS 13+ (#600)
  • f75e6af29b9f23aa74a47497cf16e17b4629d970 Enhance error handling in case if the opened project is not a Cordova project (#599)

This list of changes was auto generated.

vscode-cordova - 1.9.1

Published by vswdbot almost 5 years ago

Changes:

  • 068287d3f17713ecf2a6724dcc02bebf08b9da2f Prepare for 1.9.1 (#597)
  • 1f0873d97b7e8aa270626a1bf8c38b4adb69ae35 Deps: [email protected] (#596)
  • 6d57f7ab2f663c53d4b77fe2742139ebbf2d83a6 Add error notifications and bump vscode-chrome-debug-core dependency (#593)
  • afbee9c17db93d0e32cab641640fd61b9bbfbe01 Small docs wordings fix (#592)
  • 7fbb1b3524194050d5e36372938eb3897c19418c Updating docs with multi-root workspaces recommendations(#575)
  • 7aed35cc0385b2a38e759cfae4745b8a8c7e39f4 Update iOS debugging documentation (#589)

This list of changes was auto generated.

vscode-cordova - 1.9.0

Published by vswdbot about 5 years ago

  • Added inline breakpoints feature support
  • Added additional string to verify application build status for Ionic apps with live reload #572
  • Optimized extension activation events #584
  • Updated core debugger dependencies

Changes:

  • 2ce13fe34d39a6fd022c30fc4dc8df9289102b8e Prepare release v1.9.0 (#581)
  • 6b3858c3e53073fcd55cc07b003369ee5ac04819 Change extension activation event (#584)
  • 8624ee1470e5aebc44274129285941cc1030d920 Fix inline breakpoints behavior on iOS debugging (#583)
  • c760489032dfd1d79753bc11e9b91f7e6b94af24 Bump extension's dependencies versions (#578)
  • aad28299970af88f9c7040f1d663e3630bf0d3f6 Add additional verification string for Ionic apps with live reload (#572)

This list of changes was auto generated.

vscode-cordova - 1.8.6

Published by vswdbot about 5 years ago

  • Fixed security vulnerabilities
  • deps: [email protected]
  • Fixed source mapping for Ionic 4 applications on Angular 8, which caused unverified breakpoints while debugging

Changes:

  • c52e0325f17026e1cf907c01c07b3b1d6afbef5d Prepare for 1.8.6 (#569)
  • 7e06c8df5d0b1d2b779c2ba911211e9349e72d0b Add source mapping for angular 8 (#566)
  • 48bfc2cc40b27f03a1d40fbe62384f7d6cc4d61f deps: [email protected] (#563)
  • 06101049c0bb1b862732cffbf7ebed6e29526301 Consolidate legal files naming (#562)

This list of changes was auto generated.

vscode-cordova - 1.8.5

Published by vswdbot over 5 years ago

  • Fixed security vulnerabilities

Changes:

  • 035e22c304d474363c8a7d4430cb741a4bf66cbf Prepare for 1.8.5 (#557)
  • 63ce8ef3c81837ece79f12ee6343781fa45f76d7 Fix set-value and mixin-deep vulnerabilities (#556)

This list of changes was auto generated.

vscode-cordova - 1.8.4

Published by vswdbot over 5 years ago

  • Fixed security vulnerabilities
  • Improved activation events

Changes:

  • aa9b06c0b41039e2ac1f732867375bcd67e2bfa0 Prepare for 1.8.4 (#555)
  • bfd59c1da8e4cb912a40bf09b980f7f16b71c6aa deps: cordova-simulate@^0.6.4 (#554)
  • 6a1a27f5f9e16f12325f52217149ffe068561995 Fix CVE-2019-10744 (#553)
  • d6f26ac5a24241ab8e11e8dd3b3ed347e8ae704b Remove deprecated gulp-util package (#552)
  • abd61a00259c517410da11b609ec11db8344f5d1 Improve activation events (#548)
  • 1c3c8ad7e12e4538c7cc4f15acca4af9bd3057a6 deps: [email protected] (#549)
  • df29b78c8d2fe133d2b8de1ea7282038f4bdfd30 deps: [email protected] (#545)

This list of changes was auto generated.

vscode-cordova - 1.8.3

Published by vswdbot over 5 years ago

  • Fixed security vulnerabilities
  • Bumped Typescript version to 2.9.2

Changes:

  • ad1fe64f973f34f3137816126f61f4d51c61f9d7 Prepare for 1.8.3 (#544)
  • 3c39ade3e3a12f3d0acc191ce251a7fb52ce03e0 Bump ts version to 2.9.2, gulp-typescript to 5.0.1 (#542)
  • 1d421dc191b8e4172f09c2d9c431ec84533d88a6 Refactor telemetry for activation event (#540)

This list of changes was auto generated.

vscode-cordova - 1.8.2

Published by vswdbot over 5 years ago

  • Deps: [email protected]
  • Added attachTimeout variable to attach and launch args
  • Publisher changed from vsmobile to msjsdiag

Changes:

  • 9fb1f6e5089a0ae609ec9e769494a408d27e8081 Prepare for 1.8.2 (#537)
  • 9d57dfc3bd36dce012880d730bb146a8178ba6cc Change publisher to msjsdiag (#536)
  • cbed41d96b84685206d1d22b03850d2e0547ca9d Bump cordova-simulate version (#534)
  • 92c2e3eef968dd3d64bb1e0f6be5b6056f947760 Add attachTimeout variable to attach and launch args (#528)
  • c28b76d44e0c6cc13d895043704c3e5bb5476b80 Update AdditionalAttributions.txt (#525)

This list of changes was auto generated.

vscode-cordova - 1.8.1

Published by vswdbot over 5 years ago

Changes:

  • fa53b1a52f2028c35696796a36d13b7af5107e45 Prepare for version 1.8.1 (#520)
  • dd048402f16a8a6ff0da9708d13348d152077aec Fix tar vulnerability (#524)
  • 3d3363374528eee9bec6fff53b29bffbc93e6be9 Fix iOS debugging for Cordova 9 app (#522)
  • 8751341a7968096970220ca0152630e5a26fdfb8 Bump core dependencies (#518)
  • c3d05eefd492fe6a7a1cd485056b736f8a5d0b74 Fix js-yaml vulnerability (#512)

This list of changes was auto generated.

vscode-cordova - 1.8.0

Published by ruslan-bikkinin over 5 years ago

  • Disable debugging Cordova apps on iOS simulators. Please, see details here
  • Fix several issues with debugging Ionic apps when livereload option is enabled #494
  • Fix Ionic command pallette commands #508
vscode-cordova - 1.7.0

Published by ruslan-bikkinin over 5 years ago

  • Fix security vulnerabilities caused by cordova-simulate dependencies #479
vscode-cordova - 1.6.2

Published by SounD120 almost 6 years ago

  • Fix issue that caused extension crashes on macOS with VS Code Insiders 1.31 #472
  • Fix debugging issues on macOS with VS Code Insiders 1.31 connected to changes in unlink function in Node 10 #474
vscode-cordova - 1.6.1

Published by ruslan-bikkinin almost 6 years ago

  • Fix several security vulnerabilities
  • Fix debugging problems on Windows with non-latin locale #460
  • Fix simulate scenarios on android on Linux #438
vscode-cordova - 1.6.0

Published by SounD120 almost 6 years ago

  • Move to Azure pipelines builds instead of Travis CI for pull requests validation
  • previewHtml will be deprecated in the future releases of VS Code and due to this the following changes were made:
    • Simulate window now opens in a browser instead of opening inside VS Code
    • simulatorInExternalBrowser and cordova.simulatorInExternalBrowser settings was removed
vscode-cordova - 1.5.1

Published by ruslan-bikkinin almost 6 years ago

  • Return extension name back to "Cordova Tools"
vscode-cordova - 1.5.0

Published by ruslan-bikkinin almost 6 years ago

  • Added Ionic 4 beta support
  • Added support for cordovaExecutable, env, envFile as a launch parameters
  • Extension title renamed from Cordova Tools to Ionic and Cordova Tools
  • Fixed several bugs affecting debugging experience
Badges
Extracted from project README
Build Status
Related Projects