This commit is contained in:
Stephen Weatherford (MSFT) 2019-02-12 18:42:13 -08:00 коммит произвёл GitHub
Родитель 5a90735525
Коммит 1095fd9771
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 10 добавлений и 1 удалений

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

@ -2,6 +2,15 @@
All notable changes to the "azure-cosmosdb" extension will be documented in this file.
## 0.10.0 - 2019-02-13
### Added
* Improved startup and installation performance
### Fixed
* Accounts created in portal are not recognized as graph/mongo by the extension [#1018](https://github.com/Microsoft/vscode-cosmosdb/issues/1018)
* Confusing error message when running 'Import Document into a Collection' with no Workspace opened [#961](https://github.com/Microsoft/vscode-cosmosdb/issues/961)
* Improve emulator connection error messages [#1016](https://github.com/Microsoft/vscode-cosmosdb/issues/1016)
## 0.9.1 - 2018-11-28
### Added
- API support for integration with [App Service extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice)

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

@ -1,6 +1,6 @@
{
"name": "vscode-cosmosdb",
"version": "0.9.2-alpha",
"version": "0.10.0",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-azuretools",
"displayName": "Azure Cosmos DB",