1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

Add VSCode CosmosDB extension recommendation

The VSCode CosmosDB supports locally installed MongoDB servers
(and lot of other things and features).
It seems reasonable to offer that extension to project users.

Thanks!
This commit is contained in:
Peter Blazejewicz
2017-12-16 23:01:37 +01:00
parent 7325bc49a2
commit bca354c59f

View File

@@ -1,6 +1,7 @@
{
"recommendations": [
"eg2.tslint",
"ms-azuretools.vscode-cosmosdb",
"streetsidesoftware.code-spell-checker"
]
}