This commit is contained in:
Christof Marti 2020-02-03 12:20:06 +01:00
Родитель d8435931f3
Коммит 8c812543c4
3 изменённых файлов: 7 добавлений и 3 удалений

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

@ -14,6 +14,10 @@ Create `.azcli` files and use these features:
## Release Notes
### 0.5.0
- PR [Support multiline commands when running in editor](https://github.com/Microsoft/vscode-azurecli/pull/61) by [@mburleigh](https://github.com/mburleigh).
### 0.4.6
- PR [Add status bar item to indicate progress](https://github.com/Microsoft/vscode-azurecli/pull/56) by [@mburleigh](https://github.com/mburleigh).

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "azurecli",
"version": "0.4.6",
"version": "0.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -2,7 +2,7 @@
"name": "azurecli",
"displayName": "Azure CLI Tools",
"description": "Tools for developing and running commands of the Azure CLI.",
"version": "0.4.6",
"version": "0.5.0",
"icon": "images/azure_icon.png",
"publisher": "ms-vscode",
"repository": {
@ -14,7 +14,7 @@
"url": "https://github.com/Microsoft/vscode-azurecli/issues"
},
"engines": {
"vscode": "^1.31.0"
"vscode": "^1.35.0"
},
"categories": [
"Programming Languages",