From 2861b4f8beb0251a3281d362c94fdd3e12e1350c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 12:31:30 +0200 Subject: Update lite-xl/lite-xl-lsp version (#437) Co-authored-by: Github Actions <> --- manifest.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9673584..e93f58b 100644 --- a/manifest.json +++ b/manifest.json @@ -1703,11 +1703,15 @@ "version": "0.1" }, { - "description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol", + "description": "Provides intellisense by leveraging the LSP protocol.", "id": "lsp", "mod_version": "3", - "remote": "https://github.com/lite-xl/lite-xl-lsp:b1b77d143b2c6e3cd953b3573ea1a96dd61ff3bb", - "version": "0.7" + "name": "Language Server Protocol", + "remote": "https://github.com/lite-xl/lite-xl-lsp.git:ed8345488ee97d3ee99605025303a40ec301a513", + "tags": [ + "language server protocol" + ], + "version": "0.8" }, { "description": "Completion menu kind/type icons for Lite XL LSP", -- cgit v1.2.3