File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
python_packages/jupyter_lsp/jupyter_lsp Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
5
5
class PythonLSPServer (PythonModuleSpec ):
6
- python_module = "pylsp"
7
- key = "python-lsp-server"
6
+ python_module = key = "pylsp"
8
7
languages = ["python" ]
9
8
spec = dict (
10
- display_name = "python-lsp-server" ,
9
+ display_name = "python-lsp-server (pylsp) " ,
11
10
mime_types = ["text/python" , "text/x-ipython" ],
12
11
urls = dict (
13
12
home = "https://github.com/python-lsp/python-lsp-server" ,
Original file line number Diff line number Diff line change 19
19
"bash-language-server" ,
20
20
"dockerfile-language-server-nodejs" ,
21
21
"javascript-typescript-langserver" ,
22
- "python-lsp-server " ,
22
+ "pylsp " ,
23
23
"unified-language-server" ,
24
24
"sql-language-server" ,
25
25
"vscode-css-languageserver-bin" ,
You can’t perform that action at this time.
0 commit comments