added configuration section to contributes

This commit is contained in:
mburleigh 2019-03-15 14:58:25 -04:00
Родитель fa912a7d91
Коммит 04f98c45bd
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -89,6 +89,18 @@
"when": "editorTextFocus && editorLangId == 'azcli'"
}
],
"configuration": {
"type": "object",
"title": "Azure CLI Tools Configuration",
"properties": {
"ms-azurecli.showResponseInDifferentTab": {
"type": "boolean",
"default": false,
"scope": "resource",
"description": "Show response in different tab"
}
}
},
"menus": {
"editor/context": [
{