From c94763a22ba2c1032928c037d492ad6a21388133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Sat, 3 Feb 2024 22:35:26 +0100 Subject: [PATCH 1/5] fix: LSP-* versions should be based on the min/max version of LSP --- repository.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/repository.json b/repository.json index 8c7c658..9d31476 100644 --- a/repository.json +++ b/repository.json @@ -9,7 +9,7 @@ "releases": [ { "base": "https://github.com/sublimelsp/lsp_utils", - "sublime_text": "3000 - 4069", + "sublime_text": "3154 - 4069", "tags": "st3-v" }, { @@ -229,11 +229,11 @@ ], "releases": [ { - "sublime_text": "3154 - 4147", + "sublime_text": "3154 - 4069", "tags": "st3-" }, { - "sublime_text": ">=4148", + "sublime_text": ">=4070", "tags": true } ] @@ -331,11 +331,11 @@ ], "releases": [ { - "sublime_text": "3154 - 3999", + "sublime_text": "3154 - 4069", "tags": "st3-" }, { - "sublime_text": ">=4000", + "sublime_text": ">=4070", "tags": true } ] @@ -435,11 +435,11 @@ ], "releases": [ { - "sublime_text": "3154 - 4147", + "sublime_text": "3154 - 4069", "tags": "st3-" }, { - "sublime_text": ">=4148", + "sublime_text": ">=4070", "tags": true } ] @@ -490,11 +490,11 @@ ], "releases": [ { - "sublime_text": "3154 - 4147", + "sublime_text": "3154 - 4069", "tags": "st3-" }, { - "sublime_text": ">=4148", + "sublime_text": ">=4070", "tags": true } ] @@ -512,7 +512,7 @@ ], "releases": [ { - "sublime_text": ">=4095", + "sublime_text": ">=4070", "tags": true } ] @@ -626,11 +626,11 @@ ], "releases": [ { - "sublime_text": "3154 - 3999", + "sublime_text": "3154 - 4069", "tags": "st3-" }, { - "sublime_text": ">=4000", + "sublime_text": ">=4070", "tags": true } ] @@ -674,7 +674,7 @@ ], "releases": [ { - "sublime_text": ">=4126", + "sublime_text": ">=4070", "tags": true } ] @@ -718,11 +718,11 @@ ], "releases": [ { - "sublime_text": "3154 - 4147", + "sublime_text": "3154 - 4069", "tags": "st3-" }, { - "sublime_text": ">=4148", + "sublime_text": ">=4070", "tags": true } ] @@ -787,7 +787,7 @@ ], "releases": [ { - "sublime_text": "3154 - 3999", + "sublime_text": "3154 - 4069", "tags": true } ] @@ -916,11 +916,11 @@ ], "releases": [ { - "sublime_text": "3154 - 3999", + "sublime_text": "3154 - 4069", "tags": "st3-" }, { - "sublime_text": ">=4000", + "sublime_text": ">=4070", "tags": true } ] @@ -968,11 +968,11 @@ ], "releases": [ { - "sublime_text": "3154 - 4147", + "sublime_text": "3154 - 4069", "tags": "st3-" }, { - "sublime_text": ">=4148", + "sublime_text": ">=4070", "tags": true } ] @@ -1006,11 +1006,11 @@ ], "releases": [ { - "sublime_text": "3154 - 4147", + "sublime_text": "3154 - 4069", "tags": "st3-" }, { - "sublime_text": ">=4148", + "sublime_text": ">=4070", "tags": true } ] From f6f75966eb03604124313b0608eec92cb286fc86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Sat, 3 Feb 2024 22:49:28 +0100 Subject: [PATCH 2/5] fix the rest of the versions --- repository.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repository.json b/repository.json index 9d31476..d1fe524 100644 --- a/repository.json +++ b/repository.json @@ -33,7 +33,7 @@ ], "releases": [ { - "sublime_text": ">=4000", + "sublime_text": ">=4070", "tags": true } ] @@ -197,7 +197,7 @@ ], "releases": [ { - "sublime_text": ">=4126", + "sublime_text": ">=4070", "tags": true } ] @@ -212,7 +212,7 @@ ], "releases": [ { - "sublime_text": ">=4126", + "sublime_text": ">=4070", "tags": true } ] From 074d3643cb2b12b8d99eb562ef95bb15efa9f07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Sun, 4 Feb 2024 14:59:12 +0100 Subject: [PATCH 3/5] revert Julia because it uses sublime_plugin.ListInputHandler, and Copilot --- repository.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository.json b/repository.json index d1fe524..35fe947 100644 --- a/repository.json +++ b/repository.json @@ -197,7 +197,7 @@ ], "releases": [ { - "sublime_text": ">=4070", + "sublime_text": ">=4126", "tags": true } ] @@ -512,7 +512,7 @@ ], "releases": [ { - "sublime_text": ">=4070", + "sublime_text": ">=4095", "tags": true } ] From 9560c10f050b743465a484b3650f900eb878e6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Sun, 4 Feb 2024 15:01:21 +0100 Subject: [PATCH 4/5] revert volar because it uses CLEAR_TO_RIGHT(4100) and command_url(4075) --- repository.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 35fe947..3421ee0 100644 --- a/repository.json +++ b/repository.json @@ -972,7 +972,7 @@ "tags": "st3-" }, { - "sublime_text": ">=4070", + "sublime_text": ">=4148", "tags": true } ] From 9c26ac7db35cb37fd1825eaec163776caba55d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Sun, 4 Feb 2024 15:03:48 +0100 Subject: [PATCH 5/5] revert lsp-yaml because it uses find_syntax_for_file(4081) --- repository.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 3421ee0..c81602e 100644 --- a/repository.json +++ b/repository.json @@ -1010,7 +1010,7 @@ "tags": "st3-" }, { - "sublime_text": ">=4070", + "sublime_text": ">=4148", "tags": true } ]