Skip to content

Releases: mpotthoff/vscode-android-webview-debug

v1.2.3

28 Mar 21:05
v1.2.3
5553931

Choose a tag to compare

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

v1.2.2

25 Feb 19:27
v1.2.2
4592b4d

Choose a tag to compare

  • 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

v1.2.1

12 Feb 14:25
v1.2.1
751485d

Choose a tag to compare

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

v1.2.0

13 Aug 16:55
v1.2.0
b3fc877

Choose a tag to compare

v1.1.2

18 Jun 17:59
v1.1.2
6f863bd

Choose a tag to compare

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

v1.1.1

04 Sep 18:24
v1.1.1
4bbe485

Choose a tag to compare

  • 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

v1.1.0

06 Mar 17:29
v1.1.0
5c084a7

Choose a tag to compare

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

v1.0.3

08 Oct 19:01
v1.0.3
5ce76a0

Choose a tag to compare

  • 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

v1.0.2

03 Sep 16:51
v1.0.2
8cdcb16

Choose a tag to compare

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

v1.0.1

01 Sep 17:31
v1.0.1
b3dd453

Choose a tag to compare

  • Rename the adbExecutable configuration parameter