From 5d5d7e6416b17ccc484658c345408e5e3a251fd9 Mon Sep 17 00:00:00 2001 From: DeathAxe Date: Wed, 16 Feb 2022 17:52:50 +0100 Subject: [PATCH] Limit Microsoft Typescript package to ST2 and ST3 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 d9711e00a71..437ba926e99 100644 --- a/repository/t.json +++ b/repository/t.json @@ -3567,7 +3567,7 @@ "labels": ["auto-complete", "code navigation", "formatting", "language syntax", "snippets", "typescript", "javascript"], "releases": [ { - "sublime_text": "*", + "sublime_text": "<4000", "tags": true } ]