mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-26 11:28:04 +00:00
Support for device picker during launch (#86)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user