From 5664c0f169794f7f267825279b279449cbb7e40a Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Tue, 31 Oct 2017 12:02:56 -0700 Subject: [PATCH] Fixes #37293 --- extensions/typescript/package.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/extensions/typescript/package.json b/extensions/typescript/package.json index b76a143d7b4..a2b966da2b8 100644 --- a/extensions/typescript/package.json +++ b/extensions/typescript/package.json @@ -417,6 +417,19 @@ "string", "null" ], + "enum": [ + "de", + "es", + "en", + "fr", + "it", + "ja", + "ko", + "ru", + "zh-CN", + "zh-TW", + null + ], "default": null, "description": "%typescript.locale%", "scope": "window" @@ -598,4 +611,4 @@ } ] } -} +} \ No newline at end of file