From b40a3b4b716ea8dbbc15068a6d42e56195210fac Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Fri, 2 Sep 2016 16:20:59 +0200 Subject: [PATCH] Fixes #11456: Hide the tsdk_version setting from the user --- extensions/typescript/package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/extensions/typescript/package.json b/extensions/typescript/package.json index f6d2c907c08..d1ba19d4dbb 100644 --- a/extensions/typescript/package.json +++ b/extensions/typescript/package.json @@ -75,11 +75,6 @@ "default": null, "description": "%typescript.tsdk.desc%" }, - "typescript.tsdk_version": { - "type": ["string", "null"], - "default": null, - "description": "%typescript.tsdk_version.desc%" - }, "typescript.tsserver.trace": { "type": "string", "enum": ["off", "messages", "verbose"],