Releases: mpotthoff/vscode-android-webview-debug
Releases · mpotthoff/vscode-android-webview-debug
v1.2.3
- Fix devices not being recognized on systems on which ADB uses libusb (#13)
v1.2.2
- 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
- Add
connectTimeout
to allow the user to set a time the extension will wait for the webview to become ready (#7)
v1.1.2
- Allow the user to select which page to debug in case multiple are available (#2)
v1.1.1
- 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
- Implement custom execution of
preLaunchTask
because otherwise the task gets executed after the debugging connection is established
v1.0.3
- 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
- Remove the portfinder dependency and let ADB find an unused port instead
- Improve the WebView detection in the ADB client bridge
v1.0.1
- Rename the
adbExecutable
configuration parameter