Using pylsp instead of pyls (#834)

This commit is contained in:
WindSoilder 2021-10-13 10:24:37 +08:00 committed by GitHub
parent 933db94f2f
commit b42ef0e028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = " " }