diff --git a/.vscode/extensions.json b/.vscode/extensions.json index b7fde48..713af4f 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,6 @@ { "recommendations": [ - "eg2.tslint", + "ms-vscode.vscode-typescript-tslint-plugin", "ms-azuretools.vscode-cosmosdb", - "streetsidesoftware.code-spell-checker" ] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 4e8b49c..24510a4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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": "" } \ No newline at end of file