Родитель
1f7c6e85ab
Коммит
711c135606
|
@ -1,3 +1,7 @@
|
|||
## 0.0.2 - 19 Dec 2017
|
||||
|
||||
* Deprecating in favor of the [Cosmos DB extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb) which supports connecting to local and remote MongoDB databases.
|
||||
|
||||
## 0.0.1 - 9 June 2017
|
||||
|
||||
* Initial Release!!
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
# MongoDB NoSQL Support for VS Code
|
||||
# [DEPRECATED] MongoDB NoSQL Support for VS Code
|
||||
|
||||
> NOTE: This extension is DEPRECATED. Please use the [Cosmos DB extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb) which supports connecting to local and remote MongoDB databases.
|
||||
|
||||
The MongoDB extension makes it easy to work with MongoDB NoSQL databases, collections, and documents. With this extension, you can:
|
||||
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
10
package.json
10
package.json
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "vscode-mongodb",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"publisher": "ms-vscode-devlab",
|
||||
"displayName": "MongoDB",
|
||||
"description": "Create, browse, and update MongoDB NoSQL collections and documents.",
|
||||
"displayName": "MongoDB [DEPRECATED]",
|
||||
"description": "[DEPRECATED] Create, browse, and update MongoDB NoSQL collections and documents.",
|
||||
"engines": {
|
||||
"vscode": "^1.13.0"
|
||||
"vscode": "^1.19.0"
|
||||
},
|
||||
"galleryBanner": {
|
||||
"color": "#3E8E3A",
|
||||
|
@ -244,4 +244,4 @@
|
|||
"vscode-uri": "^1.0.0",
|
||||
"vscode-json-languageservice": "^2.0.9"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче