From cff4b5d8c0ef1bfedd84d661bda0b60e4f4fc52b Mon Sep 17 00:00:00 2001 From: deathaxe Date: Thu, 31 Mar 2022 20:52:40 +0200 Subject: [PATCH] Limit Microsoft Typescript package to ST2 and ST3 (#8479) This package is unmaintained and outdated. A better syntax definition is already shipped with ST4. Intellisense features are provided by LSP and LSP-typescript. --- repository/t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/t.json b/repository/t.json index ea338a7874f..86d95de7f94 100644 --- a/repository/t.json +++ b/repository/t.json @@ -3591,7 +3591,7 @@ "labels": ["auto-complete", "code navigation", "formatting", "language syntax", "snippets", "typescript", "javascript"], "releases": [ { - "sublime_text": "*", + "sublime_text": "<4000", "tags": true } ]