Support for device picker during launch (#86)

This commit is contained in:
Dave Holoway
2020-04-23 16:44:19 +01:00
committed by GitHub
parent 44d887dd6c
commit 1535f133d9
5 changed files with 54 additions and 9 deletions

View File

@@ -19,6 +19,7 @@
},
"activationEvents": [
"onCommand:android-dev-ext.view_logcat",
"onCommand:PickAndroidDevice",
"onCommand:PickAndroidProcess"
],
"repository": {
@@ -121,7 +122,7 @@
"targetDevice": {
"type": "string",
"description": "Target Device ID (as indicated by 'adb devices'). Use this to specify which device is used for deployment when multiple devices are connected.",
"default": ""
"default": "${command:PickAndroidDevice}"
},
"trace": {
"type": "boolean",
@@ -155,7 +156,7 @@
"targetDevice": {
"type": "string",
"description": "Target Device ID (as indicated by 'adb devices'). Use this to specify which device is used when multiple devices are connected.",
"default": ""
"default": "${command:PickAndroidDevice}"
},
"trace": {
"type": "boolean",