Skip to content

Commit 09ef178

Browse files
committed
Revert key to pylsp for consistency in settings and ease of transition
1 parent 08bfc77 commit 09ef178

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

python_packages/jupyter_lsp/jupyter_lsp/specs/python_lsp_server.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33

44

55
class PythonLSPServer(PythonModuleSpec):
6-
python_module = "pylsp"
7-
key = "python-lsp-server"
6+
python_module = key = "pylsp"
87
languages = ["python"]
98
spec = dict(
10-
display_name="python-lsp-server",
9+
display_name="python-lsp-server (pylsp)",
1110
mime_types=["text/python", "text/x-ipython"],
1211
urls=dict(
1312
home="https://github.com/python-lsp/python-lsp-server",

python_packages/jupyter_lsp/jupyter_lsp/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bash-language-server",
2020
"dockerfile-language-server-nodejs",
2121
"javascript-typescript-langserver",
22-
"python-lsp-server",
22+
"pylsp",
2323
"unified-language-server",
2424
"sql-language-server",
2525
"vscode-css-languageserver-bin",

0 commit comments

Comments
 (0)