From b42ef0e028c91d8afb85898aeed04a0a8207f0c8 Mon Sep 17 00:00:00 2001 From: WindSoilder Date: Wed, 13 Oct 2021 10:24:37 +0800 Subject: [PATCH] Using pylsp instead of pyls (#834) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index e716b3dca..7715425bf 100644 --- a/languages.toml +++ b/languages.toml @@ -146,7 +146,7 @@ file-types = ["py"] roots = [] comment-token = "#" -language-server = { command = "pyls" } +language-server = { command = "pylsp" } # TODO: pyls needs utf-8 offsets indent = { tab-width = 4, unit = " " }