Skip to content

Releases: microsoft/vscode-cordova

2.0.0

13 Oct 14:28
5915720
Compare
Choose a tag to compare
  • 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:

This list of changes was auto generated.

1.9.5

03 Aug 17:45
69ec74c
Compare
Choose a tag to compare
  • Improved extension security #639, #642, #621
  • Internal changes:
    • Migrated unit tests to vscode-test #645

Changes:

This list of changes was auto generated.

1.9.4

12 May 11:22
8ea1094
Compare
Choose a tag to compare
  • Improved extension security #620
  • Internal changes:
    • Added YAML Azure Pipelines support for the extension repository #607
    • Enhanced extension telemetry #619, #611

Changes:

This list of changes was auto generated.

1.9.3

18 Mar 10:13
c579d61
Compare
Choose a tag to compare
  • Improved extension security #603, #604
  • Updated extension dependencies #604

Changes:

This list of changes was auto generated.

1.9.2

27 Jan 08:07
3642190
Compare
Choose a tag to compare
  • 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:

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

This list of changes was auto generated.

1.9.1

19 Dec 08:15
068287d
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.9.0

15 Oct 09:28
2ce13fe
Compare
Choose a tag to compare
  • 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:

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

This list of changes was auto generated.

1.8.6

09 Sep 12:55
c52e032
Compare
Choose a tag to compare
  • Fixed security vulnerabilities
  • deps: [email protected]
  • Fixed source mapping for Ionic 4 applications on Angular 8, which caused unverified breakpoints while debugging

Changes:

This list of changes was auto generated.

1.8.5

16 Jul 12:29
035e22c
Compare
Choose a tag to compare
  • Fixed security vulnerabilities

Changes:

This list of changes was auto generated.

1.8.4

11 Jul 16:21
aa9b06c
Compare
Choose a tag to compare
  • Fixed security vulnerabilities
  • Improved activation events

Changes:

This list of changes was auto generated.