add option to allow language server to be shutdown

This commit is contained in:
Dave Holoway
2020-06-29 12:55:50 +01:00
parent 6ca4ea353d
commit a278237486
2 changed files with 45 additions and 11 deletions

View File

@@ -33,6 +33,12 @@
"type": "object",
"title": "Android",
"properties": {
"android-dev-ext.languageSupport": {
"scope": "resource",
"type": "boolean",
"default": "true",
"description": "Enable Java language support for Android"
},
"android-dev-ext.appSourceRoot": {
"scope": "resource",
"type": "string",