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 33
44
55class 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments