Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

37 lines (27 loc) · 1.94 KB

1.2.3 - 2024-03-28

  • Fix devices not being recognized on systems on which ADB uses libusb (#13)

1.2.2 - 2022-02-25

  • Force the extension to execute on the workspace side instead of the ui side to support remote development scenarios
  • Add adbArgs configuration parameter to allow extra arguments to be set for ADB
  • Remove unneccessary VS LiveShare check which is not needed anymore

1.2.1 - 2022-02-12

  • Add connectTimeout to allow the user to set a time the extension will wait for the webview to become ready (#7)

1.2.0 - 2021-08-13

1.1.2 - 2021-06-18

  • Allow the user to select which page to debug in case multiple are available (#2)

1.1.1 - 2019-09-04

  • Change the extensionKind to ui because vscode-chrome-debug can not be installed on a remote system
  • Add a check for VS LiveShare to prevent the debugging configuration from being resolved in a guest instance

1.1.0 - 2019-03-06

  • Implement custom execution of preLaunchTask because otherwise the task gets executed after the debugging connection is established

1.0.3 - 2018-10-08

  • Disable the automatic opening of the launch.json configuration file if no device and/or WebView is found or the user aborted the picker dialog

1.0.2 - 2018-09-03

  • Remove the portfinder dependency and let ADB find an unused port instead
  • Improve the WebView detection in the ADB client bridge

1.0.1 - 2018-09-01

  • Rename the adbExecutable configuration parameter

1.0.0 - 2018-08-31

  • Initial release