Skip to content

Commit

Permalink
Separate LSP-yaml releases for ST3/4
Browse files Browse the repository at this point in the history
The latest LSP-yaml still works on ST 3 but I don't think devs want to
test it for ST 3 for every future release and we may forget to test. So,
let's just leave it alone.

Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng authored and rwols committed Nov 26, 2023
1 parent 3228cd6 commit 7847a6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,11 @@
],
"releases": [
{
"sublime_text": ">=3154",
"sublime_text": "3154 - 4147",
"tags": "st3-"
},
{
"sublime_text": ">=4148",
"tags": true
}
]
Expand Down

0 comments on commit 7847a6d

Please sign in to comment.