Skip to content

Commit cff4b5d

Browse files
authored
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.
1 parent b66a118 commit cff4b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/t.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3591,7 +3591,7 @@
35913591
"labels": ["auto-complete", "code navigation", "formatting", "language syntax", "snippets", "typescript", "javascript"],
35923592
"releases": [
35933593
{
3594-
"sublime_text": "*",
3594+
"sublime_text": "<4000",
35953595
"tags": true
35963596
}
35973597
]

0 commit comments

Comments
 (0)