From d9fd78dace9c78b41c4b90d120053da07995936b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Wed, 30 Sep 2020 20:02:43 +0200 Subject: [PATCH 01/54] Add LSP-graphql (#3) --- repository.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository.json b/repository.json index 366f4e6..ff176db 100644 --- a/repository.json +++ b/repository.json @@ -111,6 +111,16 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-graphql", + "name": "LSP-graphql", + "releases": [ + { + "sublime_text": ">=3092", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-html", "name": "LSP-html", From 200c17a08428ac111a59855be4deec41d7ec1aff Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sat, 19 Sep 2020 13:46:08 +0200 Subject: [PATCH 02/54] Add LSP-Dart --- repository.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository.json b/repository.json index ff176db..66c3303 100644 --- a/repository.json +++ b/repository.json @@ -57,6 +57,16 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-Dart", + "name": "LSP-Dart", + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-css", "name": "LSP-css", From c575f4582ccea1535079b746751cb300fe6550a8 Mon Sep 17 00:00:00 2001 From: DeathAxe Date: Mon, 21 Sep 2020 20:09:42 +0200 Subject: [PATCH 03/54] Add LemMinX Language Server --- repository.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/repository.json b/repository.json index 66c3303..81f802d 100644 --- a/repository.json +++ b/repository.json @@ -161,6 +161,20 @@ } ] }, + { + "name": "LSP-lemminx", + "details": "https://github.com/sublimelsp/LSP-lemminx", + "releases": [ + { + "sublime_text": "3154 - 4069", + "tags": "st3-" + }, + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/scalameta/metals-sublime", "name": "LSP-metals", From ec3aeff9c8903f8320bdc72f673f77b177281507 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sat, 27 Mar 2021 21:24:19 +0100 Subject: [PATCH 04/54] Apply search engine optimization --- repository.json | 191 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 190 insertions(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 81f802d..050152e 100644 --- a/repository.json +++ b/repository.json @@ -23,7 +23,36 @@ "linting", "formatting", "code navigation", - "intellisense" + "intellisense", + "javascript", + "typescript", + "php", + "python", + "snippets", + "ruby", + "java", + "go", + "golang", + "bash", + "kotlin", + "html", + "css", + "ocaml", + "rust", + "julia", + "lua", + "haskell", + "c", + "cpp", + "c++", + "csharp", + "c#", + "react", + "swift", + "objective-c", + "objectivec", + "method completion", + "intellicode" ], "name": "LSP", "releases": [ @@ -40,6 +69,13 @@ { "details": "https://github.com/sublimelsp/LSP-angular", "name": "LSP-angular", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3154", @@ -50,6 +86,13 @@ { "details": "https://github.com/sublimelsp/LSP-bash", "name": "LSP-bash", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -60,6 +103,13 @@ { "details": "https://github.com/sublimelsp/LSP-Dart", "name": "LSP-Dart", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=4070", @@ -70,6 +120,13 @@ { "details": "https://github.com/sublimelsp/LSP-css", "name": "LSP-css", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -80,6 +137,13 @@ { "details": "https://github.com/sublimelsp/LSP-dockerfile", "name": "LSP-dockerfile", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -90,6 +154,13 @@ { "details": "https://github.com/sublimelsp/LSP-elixir", "name": "LSP-elixir", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -100,6 +171,13 @@ { "details": "https://github.com/sublimelsp/LSP-elm", "name": "LSP-elm", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -110,6 +188,9 @@ { "details": "https://github.com/sublimelsp/LSP-eslint", "name": "LSP-eslint", + "labels": [ + "linting" + ], "releases": [ { "sublime_text": "3092 - 3999", @@ -124,6 +205,13 @@ { "details": "https://github.com/sublimelsp/LSP-graphql", "name": "LSP-graphql", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -134,6 +222,13 @@ { "details": "https://github.com/sublimelsp/LSP-html", "name": "LSP-html", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -144,6 +239,13 @@ { "details": "https://github.com/sublimelsp/LSP-intelephense", "name": "LSP-intelephense", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -154,6 +256,13 @@ { "details": "https://github.com/sublimelsp/LSP-json", "name": "LSP-json", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -164,6 +273,13 @@ { "name": "LSP-lemminx", "details": "https://github.com/sublimelsp/LSP-lemminx", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": "3154 - 4069", @@ -178,6 +294,13 @@ { "details": "https://github.com/scalameta/metals-sublime", "name": "LSP-metals", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -188,6 +311,13 @@ { "details": "https://github.com/prometheus-community/sublimelsp-promql", "name": "LSP-promql", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -198,6 +328,13 @@ { "details": "https://github.com/sublimelsp/LSP-pyright", "name": "LSP-pyright", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3154", @@ -208,6 +345,13 @@ { "details": "https://github.com/Cloudstek/LSP-serenata", "name": "LSP-serenata", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -218,6 +362,9 @@ { "details": "https://github.com/sublimelsp/LSP-stylelint", "name": "LSP-stylelint", + "labels": [ + "linting" + ], "releases": [ { "sublime_text": ">=3092", @@ -228,6 +375,13 @@ { "details": "https://github.com/sublimelsp/LSP-svelte", "name": "LSP-svelte", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3154", @@ -238,6 +392,13 @@ { "details": "https://github.com/HuygensING/LSP-tagml", "name": "LSP-tagml", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -248,6 +409,13 @@ { "details": "https://github.com/sublimelsp/LSP-TexLab", "name": "LSP-TexLab", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "platforms": [ @@ -263,6 +431,13 @@ { "details": "https://github.com/sublimelsp/LSP-typescript", "name": "LSP-typescript", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -273,6 +448,13 @@ { "details": "https://github.com/sublimelsp/LSP-vue", "name": "LSP-vue", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", @@ -283,6 +465,13 @@ { "details": "https://github.com/sublimelsp/LSP-yaml", "name": "LSP-yaml", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], "releases": [ { "sublime_text": ">=3092", From 597af3637b37e2d5a5ef944c47749c570e7e36a9 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Fri, 21 May 2021 20:52:20 +0200 Subject: [PATCH 05/54] Add LSP-jdtls --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index 050152e..fff76da 100644 --- a/repository.json +++ b/repository.json @@ -253,6 +253,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-jdtls", + "name": "LSP-jdtls", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-json", "name": "LSP-json", From f18987d9cd9917878416fb82a8759f61975cd65c Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sat, 19 Sep 2020 13:49:02 +0200 Subject: [PATCH 06/54] Add LSP-SourceKit --- repository.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository.json b/repository.json index fff76da..81f457f 100644 --- a/repository.json +++ b/repository.json @@ -389,6 +389,17 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-SourceKit", + "name": "LSP-SourceKit", + "releases": [ + { + "sublime_text": ">=4070", + "platforms": ["osx"], + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-svelte", "name": "LSP-svelte", From e109bf2fc7ffd4f4f0c378766340923bf0c4b2ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 20:55:46 +0200 Subject: [PATCH 07/54] Add LSP-PowerShellEditorServices (#27) --- repository.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository.json b/repository.json index 81f457f..54ca609 100644 --- a/repository.json +++ b/repository.json @@ -66,6 +66,16 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-PowerShellEditorServices", + "name": "LSP-PowerShellEditorServices", + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-angular", "name": "LSP-angular", From de26950bd42c33e907cb52cc5ff3d50f39f54930 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Fri, 21 May 2021 20:56:13 +0200 Subject: [PATCH 08/54] Add LSP-flow (#30) --- repository.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository.json b/repository.json index 54ca609..0570df1 100644 --- a/repository.json +++ b/repository.json @@ -212,6 +212,16 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-flow", + "name": "LSP-flow", + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-graphql", "name": "LSP-graphql", From 8da757a0c40b8c4c83c0acfaddb3b8318a050db6 Mon Sep 17 00:00:00 2001 From: Lucas Alber Date: Fri, 21 May 2021 20:57:10 +0200 Subject: [PATCH 09/54] Add LSP-ltex-ls (#38) Language Server providing spelling and grammar correction, supporting LaTex and Markdown. --- repository.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository.json b/repository.json index 0570df1..0168952 100644 --- a/repository.json +++ b/repository.json @@ -328,6 +328,16 @@ } ] }, + { + "details": "https://github.com/LDAP/LSP-ltex-ls", + "name": "LSP-ltex-ls", + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/scalameta/metals-sublime", "name": "LSP-metals", From a86ffb80f2414694ce8caf496293f9c3c0373fa0 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sun, 27 Dec 2020 20:34:34 +0100 Subject: [PATCH 10/54] Add LSP-lua --- repository.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/repository.json b/repository.json index 0168952..95efddc 100644 --- a/repository.json +++ b/repository.json @@ -338,6 +338,21 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-lua", + "name": "LSP-lua", + "releases": [ + { + "platforms": [ + "windows-x64", + "osx-x64", + "linux-x64" + ], + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/scalameta/metals-sublime", "name": "LSP-metals", From 90ef588f19fb2af00d5a0b08a4ccde97fc51e8a2 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Fri, 21 May 2021 21:07:33 +0200 Subject: [PATCH 11/54] Add LSP-OmniSharp --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index 95efddc..5ac77ed 100644 --- a/repository.json +++ b/repository.json @@ -370,6 +370,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-OmniSharp", + "name": "LSP-OmniSharp", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/prometheus-community/sublimelsp-promql", "name": "LSP-promql", From 76478e4e93b7d370e1e5fc3e258507277a139c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Fri, 28 May 2021 14:55:18 +0200 Subject: [PATCH 12/54] Add LSP-pylsp (#37) --- repository.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository.json b/repository.json index 5ac77ed..34cbae4 100644 --- a/repository.json +++ b/repository.json @@ -404,6 +404,16 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-pylsp", + "name": "LSP-pylsp", + "releases": [ + { + "sublime_text": ">=3154", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-pyright", "name": "LSP-pyright", From b2625e07d047940f8b8df4d3f42361c72854c0d6 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sun, 6 Jun 2021 19:18:45 +0200 Subject: [PATCH 13/54] enable linux platform --- repository.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 34cbae4..3b4e8c7 100644 --- a/repository.json +++ b/repository.json @@ -467,7 +467,10 @@ "releases": [ { "sublime_text": ">=4070", - "platforms": ["osx"], + "platforms": [ + "linux", + "osx" + ], "tags": true } ] From 82149ee739496d4cc91f9f041d9167aac93618db Mon Sep 17 00:00:00 2001 From: Randy Lai Date: Tue, 8 Jun 2021 11:48:24 -0700 Subject: [PATCH 14/54] Add LSP-R --- repository.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository.json b/repository.json index 3b4e8c7..f32face 100644 --- a/repository.json +++ b/repository.json @@ -30,6 +30,7 @@ "python", "snippets", "ruby", + "r", "java", "go", "golang", @@ -431,6 +432,16 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-R", + "name": "LSP-R", + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/Cloudstek/LSP-serenata", "name": "LSP-serenata", From aebf823da60b97173dd43c38b1aa0b23e80e37f7 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Wed, 9 Jun 2021 23:46:44 +0200 Subject: [PATCH 15/54] Add LSP-Deno --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index f32face..35d15d6 100644 --- a/repository.json +++ b/repository.json @@ -128,6 +128,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-Deno", + "name": "LSP-Deno", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-css", "name": "LSP-css", From f67217d1afdb29796679dd9c2af88c311c56d61f 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=20/=20Predrag=20Nikolic?= Date: Mon, 28 Jun 2021 11:45:08 +0200 Subject: [PATCH 16/54] Add LSP-tailwindcss (#49) Co-authored-by: Predrag Nikolic --- repository.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/repository.json b/repository.json index 35d15d6..0c3f267 100644 --- a/repository.json +++ b/repository.json @@ -537,6 +537,20 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-tailwindcss", + "name": "LSP-tailwindcss", + "labels": [ + "auto-complete", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=3092", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-TexLab", "name": "LSP-TexLab", From 0189b6add903c54d90c926c3d06c04822467b9c6 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sat, 7 Aug 2021 15:07:11 +0200 Subject: [PATCH 17/54] Add LSP-Bicep --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index 0c3f267..0125280 100644 --- a/repository.json +++ b/repository.json @@ -111,6 +111,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-Bicep", + "name": "LSP-Bicep", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-Dart", "name": "LSP-Dart", From 05f4c9b4ff35342052eac249954b0b7e459e33ad Mon Sep 17 00:00:00 2001 From: sptg Date: Tue, 24 Aug 2021 18:25:58 +0300 Subject: [PATCH 18/54] Add LSP-leo package (#51) --- repository.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/repository.json b/repository.json index 0125280..65de158 100644 --- a/repository.json +++ b/repository.json @@ -363,6 +363,31 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-leo", + "name": "LSP-leo", + "author": "aleohq", + "homepage": "http://leo-lang.org/", + "issues": "https://github.com/AleoHQ/leo-plugins/issues", + "labels": [ + "aleo", + "leo", + "auto-complete", + "linting", + "code navigation", + "intellisense", + "color scheme", + "language syntax", + "snippets", + "theme" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/LDAP/LSP-ltex-ls", "name": "LSP-ltex-ls", From c6fc752cbfd96fc2fed9d82bf17093467f4a65c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ximo=20Mussini?= Date: Thu, 9 Sep 2021 18:04:07 -0300 Subject: [PATCH 19/54] Add LSP-Volar (#53) --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index 65de158..5e704fa 100644 --- a/repository.json +++ b/repository.json @@ -632,6 +632,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-volar", + "name": "LSP-volar", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=3092", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-vue", "name": "LSP-vue", From 71aa6565fda15d2313b334780558857fe7144c8c Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sun, 12 Sep 2021 21:36:32 +0200 Subject: [PATCH 20/54] Add rust-analyzer --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index 5e704fa..857e14c 100644 --- a/repository.json +++ b/repository.json @@ -501,6 +501,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-rust-analyzer", + "name": "LSP-rust-analyzer", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/Cloudstek/LSP-serenata", "name": "LSP-serenata", From 747fc5c653b81a007d63c028751e2da7ab66b559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Mon, 4 Oct 2021 10:32:25 +0200 Subject: [PATCH 21/54] Add LSP-file-watcher-chokidar (#55) --- repository.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository.json b/repository.json index 857e14c..d0bd329 100644 --- a/repository.json +++ b/repository.json @@ -247,6 +247,16 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-file-watcher-chokidar", + "name": "LSP-file-watcher-chokidar", + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-flow", "name": "LSP-flow", From 7cfb07312ddeba8f8abb1def9fcf54026bc4f3e2 Mon Sep 17 00:00:00 2001 From: Janos Wortmann Date: Sat, 9 Oct 2021 15:56:20 +0200 Subject: [PATCH 22/54] Add LSP-julia --- repository.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/repository.json b/repository.json index d0bd329..8cfa775 100644 --- a/repository.json +++ b/repository.json @@ -352,6 +352,24 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-julia", + "name": "LSP-julia", + "labels": [ + "julia", + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4095", + "tags": true + } + ] + }, { "name": "LSP-lemminx", "details": "https://github.com/sublimelsp/LSP-lemminx", From 76d457ae23ad82a84e8ed08f712bc0f3a8bff468 Mon Sep 17 00:00:00 2001 From: Terminal <32599364+TheSecEng@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:59:37 -0700 Subject: [PATCH 23/54] Add LSP-gopls (#57) --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index 8cfa775..94f26e5 100644 --- a/repository.json +++ b/repository.json @@ -267,6 +267,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-gopls", + "name": "LSP-gopls", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-graphql", "name": "LSP-graphql", From 7e30af7edbb7947fa2715e871855c09eaf7e5162 Mon Sep 17 00:00:00 2001 From: Terminal <32599364+TheSecEng@users.noreply.github.com> Date: Sat, 30 Oct 2021 23:37:07 -0700 Subject: [PATCH 24/54] Add LSP-Terraform (#58) --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index 94f26e5..f9ee0c1 100644 --- a/repository.json +++ b/repository.json @@ -655,6 +655,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-Terraform", + "name": "LSP-Terraform", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-TexLab", "name": "LSP-TexLab", From e24d7e0f227ae850c728bf9c12810ecb30c28adc Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Tue, 2 Nov 2021 15:43:10 +0100 Subject: [PATCH 25/54] Fix casing of LSP-terraform entry --- repository.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository.json b/repository.json index f9ee0c1..069d73d 100644 --- a/repository.json +++ b/repository.json @@ -656,8 +656,8 @@ ] }, { - "details": "https://github.com/sublimelsp/LSP-Terraform", - "name": "LSP-Terraform", + "details": "https://github.com/sublimelsp/LSP-terraform", + "name": "LSP-terraform", "labels": [ "auto-complete", "linting", From 640275798fec0f9493bc4bf3d8cef1e0e173f186 Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Wed, 3 Nov 2021 11:04:10 +0100 Subject: [PATCH 26/54] Fix doubling in listing --- repository.json | 1 + 1 file changed, 1 insertion(+) diff --git a/repository.json b/repository.json index 069d73d..b070221 100644 --- a/repository.json +++ b/repository.json @@ -658,6 +658,7 @@ { "details": "https://github.com/sublimelsp/LSP-terraform", "name": "LSP-terraform", + "previous_names": ["LSP-Terraform"], "labels": [ "auto-complete", "linting", From e2e70c0691671ea7b0015deeea279e0b9af40791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Sun, 21 Nov 2021 12:28:01 +0100 Subject: [PATCH 27/54] LSP-typescript: add ST3-compatible releases (#59) --- repository.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/repository.json b/repository.json index b070221..5ce75a8 100644 --- a/repository.json +++ b/repository.json @@ -707,7 +707,11 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": "3092 - 3999", + "tags": "st3-" + }, + { + "sublime_text": ">=4000", "tags": true } ] From d54c4fd3aa2ca23e5e7803c538ed5921e5674e0f Mon Sep 17 00:00:00 2001 From: Ayoub Benali Date: Thu, 2 Dec 2021 23:26:36 +0100 Subject: [PATCH 28/54] Update default tag for LSP-metals (#60) Co-authored-by: Ayoub Benali --- repository.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 5ce75a8..7ef28f3 100644 --- a/repository.json +++ b/repository.json @@ -470,7 +470,11 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": "3092 - 3999", + "tags": "st3-" + }, + { + "sublime_text": ">=4000", "tags": true } ] From ccc25996a2ee05d70457344219a6dd62130ad2ac Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Thu, 6 Jan 2022 21:13:59 +0100 Subject: [PATCH 29/54] Enable LSP-lua for all platforms --- .github/workflows/on-new-release.yml | 2 +- repository.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/on-new-release.yml b/.github/workflows/on-new-release.yml index 1bac3f7..5adbdcf 100644 --- a/.github/workflows/on-new-release.yml +++ b/.github/workflows/on-new-release.yml @@ -5,7 +5,7 @@ on: [repository_dispatch] jobs: create-pull-request: if: github.event.action == 'lsp-add-or-update-package' - runs-on: ubuntu-16.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - id: make-pr diff --git a/repository.json b/repository.json index 7ef28f3..a964278 100644 --- a/repository.json +++ b/repository.json @@ -448,11 +448,6 @@ "name": "LSP-lua", "releases": [ { - "platforms": [ - "windows-x64", - "osx-x64", - "linux-x64" - ], "sublime_text": ">=4070", "tags": true } From 47b01efbc8210f5305d1d5990b2fc7d2580197c8 Mon Sep 17 00:00:00 2001 From: Ashwin Shenoy Date: Tue, 15 Mar 2022 16:42:23 +0530 Subject: [PATCH 30/54] Add LSP-prisma. --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index a964278..6188f22 100644 --- a/repository.json +++ b/repository.json @@ -491,6 +491,23 @@ } ] }, + { + "details": "https://github.com/Sublime-Instincts/LSP-prisma", + "name": "LSP-prisma", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4126", + "tags": true + } + ] + }, { "details": "https://github.com/prometheus-community/sublimelsp-promql", "name": "LSP-promql", From 12691a1e7e733857cbfa94fa7b26dc4bd7adb882 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Wed, 8 Sep 2021 15:51:19 +0800 Subject: [PATCH 31/54] Enable LSP-TexLab for all platforms Signed-off-by: Jack Cherng --- repository.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/repository.json b/repository.json index 6188f22..f25061e 100644 --- a/repository.json +++ b/repository.json @@ -701,11 +701,6 @@ ], "releases": [ { - "platforms": [ - "windows-x64", - "osx-x64", - "linux-x64" - ], "sublime_text": ">=4070", "tags": true } From 9391a520ca86a2e7ce3599a367689d4cbbf711cb Mon Sep 17 00:00:00 2001 From: Periklis Chrysogelos Date: Fri, 20 May 2022 22:36:01 +0200 Subject: [PATCH 32/54] Add LSP-Grammarly (#63) --- repository.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/repository.json b/repository.json index f25061e..12f54a2 100644 --- a/repository.json +++ b/repository.json @@ -284,6 +284,19 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-Grammarly", + "name": "LSP-Grammarly", + "labels": [ + "linting" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-graphql", "name": "LSP-graphql", From d877f217eb4ecbba8df7d07326878ff56382169b Mon Sep 17 00:00:00 2001 From: Terminal <32599364+TheSecEng@users.noreply.github.com> Date: Wed, 27 Jul 2022 17:20:01 -0500 Subject: [PATCH 33/54] Format and sort packages by name (#66) --- repository.json | 88 +++++++++++++++++++++++++------------------------ 1 file changed, 45 insertions(+), 43 deletions(-) diff --git a/repository.json b/repository.json index 12f54a2..50115a2 100644 --- a/repository.json +++ b/repository.json @@ -18,6 +18,17 @@ "packages": [ { "details": "https://github.com/sublimelsp/LSP", + "name": "LSP", + "releases": [ + { + "sublime_text": "3154 - 4069", + "tags": "3154-" + }, + { + "sublime_text": ">=4070", + "tags": "4070-" + } + ], "labels": [ "auto-complete", "linting", @@ -54,27 +65,6 @@ "objectivec", "method completion", "intellicode" - ], - "name": "LSP", - "releases": [ - { - "sublime_text": "3154 - 4069", - "tags": "3154-" - }, - { - "sublime_text": ">=4070", - "tags": "4070-" - } - ] - }, - { - "details": "https://github.com/sublimelsp/LSP-PowerShellEditorServices", - "name": "LSP-PowerShellEditorServices", - "releases": [ - { - "sublime_text": ">=4070", - "tags": true - } ] }, { @@ -129,8 +119,8 @@ ] }, { - "details": "https://github.com/sublimelsp/LSP-Dart", - "name": "LSP-Dart", + "details": "https://github.com/sublimelsp/LSP-css", + "name": "LSP-css", "labels": [ "auto-complete", "linting", @@ -140,14 +130,14 @@ ], "releases": [ { - "sublime_text": ">=4070", + "sublime_text": ">=3092", "tags": true } ] }, { - "details": "https://github.com/sublimelsp/LSP-Deno", - "name": "LSP-Deno", + "details": "https://github.com/sublimelsp/LSP-Dart", + "name": "LSP-Dart", "labels": [ "auto-complete", "linting", @@ -163,8 +153,8 @@ ] }, { - "details": "https://github.com/sublimelsp/LSP-css", - "name": "LSP-css", + "details": "https://github.com/sublimelsp/LSP-Deno", + "name": "LSP-Deno", "labels": [ "auto-complete", "linting", @@ -174,7 +164,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=4070", "tags": true } ] @@ -504,6 +494,16 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-PowerShellEditorServices", + "name": "LSP-PowerShellEditorServices", + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/Sublime-Instincts/LSP-prisma", "name": "LSP-prisma", @@ -609,19 +609,6 @@ } ] }, - { - "details": "https://github.com/sublimelsp/LSP-stylelint", - "name": "LSP-stylelint", - "labels": [ - "linting" - ], - "releases": [ - { - "sublime_text": ">=3092", - "tags": true - } - ] - }, { "details": "https://github.com/sublimelsp/LSP-SourceKit", "name": "LSP-SourceKit", @@ -636,6 +623,19 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-stylelint", + "name": "LSP-stylelint", + "labels": [ + "linting" + ], + "releases": [ + { + "sublime_text": ">=3092", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-svelte", "name": "LSP-svelte", @@ -687,7 +687,9 @@ { "details": "https://github.com/sublimelsp/LSP-terraform", "name": "LSP-terraform", - "previous_names": ["LSP-Terraform"], + "previous_names": [ + "LSP-Terraform" + ], "labels": [ "auto-complete", "linting", From 880d2158f3a7842190d6642de9e0c43b3d3736e5 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Thu, 28 Jul 2022 19:52:40 +0200 Subject: [PATCH 34/54] Add LSP-astro (#64) --- repository.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/repository.json b/repository.json index 50115a2..f0e15c3 100644 --- a/repository.json +++ b/repository.json @@ -84,6 +84,22 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-astro", + "name": "LSP-astro", + "labels": [ + "auto-complete", + "linting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-bash", "name": "LSP-bash", From 6d0bdfba2bd25c4c489959d900a506cf01ffa888 Mon Sep 17 00:00:00 2001 From: Terminal <32599364+TheSecEng@users.noreply.github.com> Date: Tue, 2 Aug 2022 02:17:38 -0500 Subject: [PATCH 35/54] add LSP-copilot (#65) Co-authored-by: Zach Schulze --- repository.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/repository.json b/repository.json index f0e15c3..d957c02 100644 --- a/repository.json +++ b/repository.json @@ -134,6 +134,21 @@ } ] }, + { + "details": "https://github.com/TheSecEng/LSP-copilot", + "name": "LSP-copilot", + "labels": [ + "auto-complete", + "code-intelligence", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4126", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-css", "name": "LSP-css", From fd35e91f5eb0062eebd6abb2894388ee02757881 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Tue, 2 Aug 2022 17:16:50 +0800 Subject: [PATCH 36/54] Add @jfcherng as LSP-copilot author as well (#67) --- repository.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/repository.json b/repository.json index d957c02..be5cf49 100644 --- a/repository.json +++ b/repository.json @@ -137,6 +137,10 @@ { "details": "https://github.com/TheSecEng/LSP-copilot", "name": "LSP-copilot", + "author": [ + "TheSecEng", + "jfcherng" + ], "labels": [ "auto-complete", "code-intelligence", From 7f9d1b036194abd4403dcd8b614e9d60f04a25f8 Mon Sep 17 00:00:00 2001 From: sptg Date: Fri, 9 Sep 2022 10:18:04 +0300 Subject: [PATCH 37/54] Rename repository from LSP-leo to LSP-aleo-developer (#68) --- repository.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/repository.json b/repository.json index be5cf49..4be82a2 100644 --- a/repository.json +++ b/repository.json @@ -447,10 +447,11 @@ ] }, { - "details": "https://github.com/sublimelsp/LSP-leo", - "name": "LSP-leo", + "details": "https://github.com/sublimelsp/LSP-aleo-developer", + "name": "LSP-aleo-developer", + "previous_names": ["LSP-leo"], "author": "aleohq", - "homepage": "http://leo-lang.org/", + "homepage": "https://developer.aleo.org/overview/", "issues": "https://github.com/AleoHQ/leo-plugins/issues", "labels": [ "aleo", From d33d25dbe63daee8ab9f3318ebee5b5579ec9b8d Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sat, 10 Sep 2022 20:55:47 +0200 Subject: [PATCH 38/54] Add LSP-marksman (#69) Co-authored-by: Rafal Chlodnicki --- repository.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository.json b/repository.json index 4be82a2..b583751 100644 --- a/repository.json +++ b/repository.json @@ -492,6 +492,16 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-marksman", + "name": "LSP-marksman", + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/scalameta/metals-sublime", "name": "LSP-metals", From 8f49a7809b9e075d3a1262ec787199e4cbaa097b Mon Sep 17 00:00:00 2001 From: sptg Date: Mon, 19 Sep 2022 21:55:07 +0300 Subject: [PATCH 39/54] Rename repository LSP-aleo-developer to LSP-leo (#70) --- repository.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repository.json b/repository.json index b583751..c45c343 100644 --- a/repository.json +++ b/repository.json @@ -447,9 +447,9 @@ ] }, { - "details": "https://github.com/sublimelsp/LSP-aleo-developer", - "name": "LSP-aleo-developer", - "previous_names": ["LSP-leo"], + "details": "https://github.com/sublimelsp/LSP-leo", + "name": "LSP-leo", + "previous_names": ["LSP-aleo-developer"], "author": "aleohq", "homepage": "https://developer.aleo.org/overview/", "issues": "https://github.com/AleoHQ/leo-plugins/issues", From fc69ce02ac0f1a5c14ac50719ec294047c083bf6 Mon Sep 17 00:00:00 2001 From: Lucas Alber Date: Fri, 7 Oct 2022 00:11:12 +0200 Subject: [PATCH 40/54] Add LSP-clangd (#71) --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index c45c343..8df9479 100644 --- a/repository.json +++ b/repository.json @@ -134,6 +134,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-clangd", + "name": "LSP-clangd", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/TheSecEng/LSP-copilot", "name": "LSP-copilot", From 0c64fadc090e5f5fc151b2af1fbef28aa0a3aa26 Mon Sep 17 00:00:00 2001 From: cameroncooper Date: Sat, 8 Oct 2022 03:36:16 -0500 Subject: [PATCH 41/54] added Chialisp plugin (#72) --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index 8df9479..c400402 100644 --- a/repository.json +++ b/repository.json @@ -16,6 +16,23 @@ } ], "packages": [ + { + "details": "https://github.com/cameroncooper/sublime-chialisp", + "name": "Chialisp", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4000", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP", "name": "LSP", From 5148cb1ab9cbcaaecf47b88d59f933708738f503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Sun, 9 Oct 2022 12:33:06 +0200 Subject: [PATCH 42/54] LSP-serenate is ST3-only (#73) --- repository.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository.json b/repository.json index c400402..d8effd7 100644 --- a/repository.json +++ b/repository.json @@ -673,7 +673,7 @@ ] }, { - "details": "https://github.com/Cloudstek/LSP-serenata", + "details": "https://github.com/sublimelsp/LSP-serenata", "name": "LSP-serenata", "labels": [ "auto-complete", @@ -684,7 +684,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": "3092 - 3999", "tags": true } ] From 73c79cc57863d0d2728a7b1eb9176380ab1750f3 Mon Sep 17 00:00:00 2001 From: Lucas Alber Date: Mon, 13 Feb 2023 19:36:14 +0100 Subject: [PATCH 43/54] Fix PR workflow (#75) --- .github/workflows/on-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 3279dda..788cb70 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: 3.6 + python-version: 3.7 - name: Install Python dependencies run: python3 -m pip install pyyaml git+https://github.com/packagecontrol/st_package_reviewer.git@d2b43530442f227751c925d259df8fb324eee18f From 09aa7c0bb5c83344b36249981f4a6e7c3d370116 Mon Sep 17 00:00:00 2001 From: Lucas Alber Date: Mon, 13 Feb 2023 22:41:30 +0100 Subject: [PATCH 44/54] Add LSP-ruff (#74) --- repository.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository.json b/repository.json index d8effd7..37bdbe7 100644 --- a/repository.json +++ b/repository.json @@ -655,6 +655,17 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-ruff", + "name": "LSP-ruff", + "author": "LDAP", + "releases": [ + { + "sublime_text": ">=3154", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-rust-analyzer", "name": "LSP-rust-analyzer", From 207d978fabc649b3e38c75c0ce444058ca796538 Mon Sep 17 00:00:00 2001 From: Lucas Alber Date: Mon, 13 Feb 2023 22:47:07 +0100 Subject: [PATCH 45/54] Move LSP-ltex-ls to sublimelsp org (#76) --- repository.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 37bdbe7..71eadc8 100644 --- a/repository.json +++ b/repository.json @@ -507,8 +507,9 @@ ] }, { - "details": "https://github.com/LDAP/LSP-ltex-ls", + "details": "https://github.com/sublimelsp/LSP-ltex-ls", "name": "LSP-ltex-ls", + "author": "LDAP", "releases": [ { "sublime_text": ">=4070", From 365a7a8c1706e818892ee0643a42fa9e2962d74f Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Thu, 16 Mar 2023 15:40:33 +0800 Subject: [PATCH 46/54] LSP-pyright is ST4-only in newer releases (#77) --- repository.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 71eadc8..218954c 100644 --- a/repository.json +++ b/repository.json @@ -641,7 +641,11 @@ ], "releases": [ { - "sublime_text": ">=3154", + "sublime_text": "3154 - 3999", + "tags": "st3-" + }, + { + "sublime_text": ">=4000", "tags": true } ] From dc7ef04096b9d2758ce15a8ef9960727e40ae138 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Thu, 16 Mar 2023 16:36:59 +0800 Subject: [PATCH 47/54] Cut LSP-pyright for ST>=4148 (#78) --- repository.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository.json b/repository.json index 218954c..54a4aff 100644 --- a/repository.json +++ b/repository.json @@ -641,11 +641,11 @@ ], "releases": [ { - "sublime_text": "3154 - 3999", + "sublime_text": "3154 - 4147", "tags": "st3-" }, { - "sublime_text": ">=4000", + "sublime_text": ">=4148", "tags": true } ] From 643256ccfa6bca51b4fed2a765330e4453d70c57 Mon Sep 17 00:00:00 2001 From: Joseph Kato Date: Tue, 2 May 2023 11:08:42 -0700 Subject: [PATCH 48/54] Add LSP-vale-ls (#79) --- repository.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/repository.json b/repository.json index 54a4aff..48bb14a 100644 --- a/repository.json +++ b/repository.json @@ -838,6 +838,22 @@ } ] }, + { + "details": "https://github.com/errata-ai/LSP-vale-ls", + "name": "LSP-vale-ls", + "author": "jdkato", + "labels": [ + "auto-complete", + "linting", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-volar", "name": "LSP-volar", From f814e13dd7a2d6aa934368f16bcbb415682cb322 Mon Sep 17 00:00:00 2001 From: Funca Date: Tue, 16 May 2023 21:27:55 +0200 Subject: [PATCH 49/54] Add LSP-VHDL-ls (#80) --- repository.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/repository.json b/repository.json index 48bb14a..52280a1 100644 --- a/repository.json +++ b/repository.json @@ -854,6 +854,21 @@ } ] }, + { + "details": "https://github.com/martinbarez/LSP-VHDL-ls", + "name": "LSP-VHDL-ls", + "labels": ["VHDL"], + "releases": [ + { + "sublime_text": ">=4070", + "platforms": [ + "windows", + "linux" + ], + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-volar", "name": "LSP-volar", From 54d0b7a43912a7bc8c6a9cdc7de0ff8cdb08cbbe 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: Tue, 16 May 2023 22:54:22 +0200 Subject: [PATCH 50/54] add LSP-cspell (#81) --- repository.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/repository.json b/repository.json index 52280a1..8838f47 100644 --- a/repository.json +++ b/repository.json @@ -187,6 +187,21 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-cspell", + "name": "LSP-cspell", + "labels": [ + "linting", + "cspell", + "spell" + ], + "releases": [ + { + "sublime_text": ">=4126", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-css", "name": "LSP-css", From b612e9370cc2f6cfdd05b3a483e841ebaf3de11c Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sat, 10 Jun 2023 22:15:51 +0200 Subject: [PATCH 51/54] Restrict LSP-... helper packages to LSP's least ST build (#82) --- repository.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/repository.json b/repository.json index 8838f47..1dcbdbc 100644 --- a/repository.json +++ b/repository.json @@ -129,7 +129,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -214,7 +214,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -265,7 +265,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -282,7 +282,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -299,7 +299,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -312,7 +312,7 @@ ], "releases": [ { - "sublime_text": "3092 - 3999", + "sublime_text": "3154 - 3999", "tags": "st3-" }, { @@ -383,7 +383,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -400,7 +400,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -417,7 +417,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -451,7 +451,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -564,7 +564,7 @@ ], "releases": [ { - "sublime_text": "3092 - 3999", + "sublime_text": "3154 - 3999", "tags": "st3-" }, { @@ -629,7 +629,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -715,7 +715,7 @@ ], "releases": [ { - "sublime_text": "3092 - 3999", + "sublime_text": "3154 - 3999", "tags": true } ] @@ -742,7 +742,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -776,7 +776,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -790,7 +790,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -844,7 +844,7 @@ ], "releases": [ { - "sublime_text": "3092 - 3999", + "sublime_text": "3154 - 3999", "tags": "st3-" }, { @@ -896,7 +896,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -913,7 +913,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] @@ -930,7 +930,7 @@ ], "releases": [ { - "sublime_text": ">=3092", + "sublime_text": ">=3154", "tags": true } ] From d51ead5dd2668bc84ddc728573908d7a02301075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Mon, 19 Jun 2023 09:56:31 +0200 Subject: [PATCH 52/54] Add LSP-rome (#84) --- repository.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository.json b/repository.json index 1dcbdbc..23afcd8 100644 --- a/repository.json +++ b/repository.json @@ -675,6 +675,16 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-rome", + "name": "LSP-rome", + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-ruff", "name": "LSP-ruff", From 132205f8f307605cbb920c62abdc4e40ab6fbde6 Mon Sep 17 00:00:00 2001 From: Terminal <32599364+TerminalFi@users.noreply.github.com> Date: Tue, 20 Jun 2023 16:14:07 -0500 Subject: [PATCH 53/54] Update repository.json (#83) --- repository.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/repository.json b/repository.json index 23afcd8..1072b23 100644 --- a/repository.json +++ b/repository.json @@ -474,6 +474,25 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-kotlin", + "name": "LSP-kotlin", + "labels": [ + "java", + "kotlin", + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "name": "LSP-lemminx", "details": "https://github.com/sublimelsp/LSP-lemminx", From 79291decfea72446198d652fcd67eec0bb8bcd47 Mon Sep 17 00:00:00 2001 From: Joseph Kato Date: Fri, 1 Sep 2023 14:19:45 -0700 Subject: [PATCH 54/54] Add LSP-gnols (#85) --- repository.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/repository.json b/repository.json index 1072b23..db235f9 100644 --- a/repository.json +++ b/repository.json @@ -341,6 +341,22 @@ } ] }, + { + "details": "https://github.com/jdkato/LSP-gnols", + "name": "LSP-gnols", + "author": "jdkato", + "labels": [ + "auto-complete", + "linting", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-gopls", "name": "LSP-gopls",