1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00
Files
TypeScript-Node-Starter/.vscode/extensions.json
Peter Blazejewicz bca354c59f 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!
2017-12-16 23:01:37 +01:00

7 lines
145 B
JSON

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