From 74dfb7e2bd4b05e91641d878cd90ea09ca3a4433 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Wed, 25 Jan 2017 12:17:55 +0100 Subject: [PATCH] remove the tsdk from the workspace setting --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0179fbe0cf5..ee2a86a54f5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -30,6 +30,5 @@ "command": "${workspaceRoot}\\scripts\\test.bat --coverage --run ${file}" } } - ], - "typescript.tsdk": "./node_modules/typescript/lib" + ] } \ No newline at end of file