Skip to content

Commit 4592b4d

Browse files
committed
Version 1.2.2
1 parent fade6c0 commit 4592b4d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 1.2.2 - 2022-02-25
22
* Force the extension to execute on the `workspace` side instead of the `ui` side to support remote development scenarios
33
* Add `adbArgs` configuration parameter to allow extra arguments to be set for ADB
44
* Remove unneccessary VS LiveShare check which is not needed anymore

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-android-webview-debug",
33
"displayName": "Android WebView Debugging",
44
"description": "Debug your JavaScript code running in WebViews on any Android device from VS Code.",
5-
"version": "1.2.1",
5+
"version": "1.2.2",
66
"icon": "images/icon.png",
77
"author": {
88
"name": "Michael Potthoff"

0 commit comments

Comments
 (0)