change the default value for setting - 'tf-azure.files' (#74)

This commit is contained in:
Sheng Chen 2018-01-31 13:30:07 +08:00 коммит произвёл GitHub
Родитель dd670298cb
Коммит 0dcef7e1de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -39,7 +39,7 @@
},
"tf-azure.files": {
"type": "string",
"default": "**/*.{tf,txt,yml,tfvars,rb}",
"default": "**/*.{rb,sh,tf,tfvars,txt,yml}",
"description": "Indicates the files that should be synchronized to Azure cloudshell using the glob pattern string, for example: **/*.{tf,txt,yml,tfvars,rb}"
},
"tf-azure.syncEnabled": {