1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

update extensions

This commit is contained in:
Bowden Kelly
2019-05-15 18:10:25 -07:00
parent 2a75fa0660
commit 9756eaaf4f
2 changed files with 1 additions and 8 deletions

View File

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

View File

@@ -10,14 +10,8 @@
"tslint.ignoreDefinitionFiles": false,
"tslint.autoFixOnSave": true,
"tslint.exclude": "**/node_modules/**/*",
"cSpell.words": [
"csrf",
"definitelytyped",
"promisified"
],
"appService.zipIgnorePattern": [
".vscode{,/**}"
],
"appService.defaultWebAppToDeploy": "/subscriptions/546ac631-883f-4fb4-bff0-b8639ed6e7c8/resourceGroups/appsvc_rg_linux_centralus/providers/Microsoft.Web/sites/TypeScriptNodeStarter",
"appService.deploySubpath": ""
}