Skip to content

Commit

Permalink
Update minimum ST version required to install LSP (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann authored Feb 7, 2025
1 parent efea4e0 commit 775e0ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"releases": [
{
"base": "https://github.com/sublimelsp/lsp_utils",
"sublime_text": "3000 - 4069",
"sublime_text": "3000 - 3999",
"tags": "st3-v"
},
{
"base": "https://github.com/sublimelsp/lsp_utils",
"sublime_text": ">=4070",
"sublime_text": ">=4132",
"tags": true
}
]
Expand Down Expand Up @@ -43,11 +43,11 @@
"name": "LSP",
"releases": [
{
"sublime_text": "3154 - 4069",
"sublime_text": "3154 - 3999",
"tags": "3154-"
},
{
"sublime_text": ">=4070",
"sublime_text": ">=4132",
"tags": "4070-"
}
],
Expand Down

0 comments on commit 775e0ef

Please sign in to comment.