Releases: mpotthoff/vscode-android-webview-debug
Releases · mpotthoff/vscode-android-webview-debug
v1.2.3
28 Mar 21:05
Compare
Sorry, something went wrong.
No results found
Fix devices not being recognized on systems on which ADB uses libusb (#13 )
v1.2.2
25 Feb 19:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.1.2
18 Jun 17:59
Compare
Sorry, something went wrong.
No results found
Allow the user to select which page to debug in case multiple are available (#2 )
v1.1.1
04 Sep 18:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Implement custom execution of preLaunchTask because otherwise the task gets executed after the debugging connection is established
v1.0.3
08 Oct 19:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Rename the adbExecutable configuration parameter