added configuration section to contributes
This commit is contained in:
Родитель
fa912a7d91
Коммит
04f98c45bd
12
package.json
12
package.json
|
@ -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": [
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче