version 0.8.0

This commit is contained in:
Dave Holoway
2019-08-26 11:13:36 +01:00
parent 133b7061b2
commit f92f247ef6
3 changed files with 13 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"name": "android-dev-ext",
"displayName": "Android",
"description": "Android debugging support for VS Code",
"version": "0.7.1",
"version": "0.8.0",
"publisher": "adelphes",
"preview": true,
"license": "MIT",
@@ -96,8 +96,10 @@
},
"pmInstallArgs": {
"type": "array",
"description":"APK install arguments passed to the Android package manager. Run 'adb shell pm' to show valid arguments. Default: [\"-r\"]",
"default": ["-r"]
"description": "APK install arguments passed to the Android package manager. Run 'adb shell pm' to show valid arguments. Default: [\"-r\"]",
"default": [
"-r"
]
},
"staleBuild": {
"type": "string",