mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-24 18:41:05 +00:00
set configurable trace logging and update section names
This commit is contained in:
21
package.json
21
package.json
@@ -31,13 +31,24 @@
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "Java (Android)",
|
||||
"title": "Android",
|
||||
"properties": {
|
||||
"androidJavaLanguageServer.maxNumberOfProblems": {
|
||||
"android-dev-ext.appSourceRoot": {
|
||||
"scope": "resource",
|
||||
"type": "number",
|
||||
"default": 100,
|
||||
"description": "Controls the maximum number of problems produced by the server."
|
||||
"type": "string",
|
||||
"default": "app/src/main",
|
||||
"description": "Relative path to the app source files. This folder should contain AndroidManifest.xml."
|
||||
},
|
||||
"android-dev-ext.subscriptionKey": {
|
||||
"scope": "application",
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"android-dev-ext.trace": {
|
||||
"scope": "resource",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Enable detailed trace logging."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user