This commit is contained in:
Christof Marti 2018-04-17 11:26:17 +02:00
Родитель fa21156396
Коммит 19d85880f9
2 изменённых файлов: 7 добавлений и 1 удалений

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

@ -1,6 +1,12 @@
# Change Log
All notable changes to the "ms-vscode.azure-account" extension will be documented in this file.
## [0.4.0]
- Add command to upload files to Cloud Shell
- Use multi-select picker for subscription filter ([Microsoft/vscode#45589](https://github.com/Microsoft/vscode/issues/45589)).
- Add timeout in promise race ([#46](https://github.com/Microsoft/vscode-azure-account/pull/46)).
- Keep going after signing in ([#45](https://github.com/Microsoft/vscode-azure-account/issues/45)).
## [0.3.3]
- Robustness against tenant details not resolving ([#33](https://github.com/Microsoft/vscode-azure-account/issues/33)).
- Promote API to create a Cloud Shell ([#34](https://github.com/Microsoft/vscode-azure-account/issues/34)).

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

@ -12,7 +12,7 @@
"color": "#1289B9",
"theme": "dark"
},
"version": "0.3.3",
"version": "0.4.0",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-vscode",
"engines": {