description updates

This commit is contained in:
Dave Holoway
2020-06-28 21:24:05 +01:00
parent bb1a326768
commit c8311ea2e4
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@
"scope": "resource",
"type": "string",
"default": "app/src/main",
"description": "Relative path to the app source files. This folder should contain AndroidManifest.xml."
"description": "Workspace-relative path to the app source files. The specified folder should contain AndroidManifest.xml."
},
"android-dev-ext.subscriptionKey": {
"scope": "application",
@@ -48,7 +48,7 @@
"scope": "resource",
"type": "boolean",
"default": false,
"description": "Enable detailed trace logging."
"description": "Enable diagnostic trace logging in the extension output."
}
}
},