Skip to content

Commit

Permalink
Using pylsp instead of pyls (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
WindSoilder authored Oct 13, 2021
1 parent 933db94 commit b42ef0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }

Expand Down

0 comments on commit b42ef0e

Please sign in to comment.