From 4d295446d6983fa485a5ff56ddd10275927edf79 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Fri, 29 Mar 2024 22:27:15 +0800 Subject: [PATCH] Add LSP-basedpyright Signed-off-by: Jack Cherng --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index 172055c..7598bb9 100644 --- a/repository.json +++ b/repository.json @@ -126,6 +126,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-basedpyright", + "name": "LSP-basedpyright", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4148", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-bash", "name": "LSP-bash",