LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
./README.md
jupyter_lsp/__init__.py
jupyter_lsp/_version.py
jupyter_lsp/constants.py
jupyter_lsp/handlers.py
jupyter_lsp/manager.py
jupyter_lsp/non_blocking.py
jupyter_lsp/paths.py
jupyter_lsp/serverextension.py
jupyter_lsp/session.py
jupyter_lsp/stdio.py
jupyter_lsp/trait_types.py
jupyter_lsp/types.py
jupyter_lsp/virtual_documents_shadow.py
jupyter_lsp.egg-info/PKG-INFO
jupyter_lsp.egg-info/SOURCES.txt
jupyter_lsp.egg-info/dependency_links.txt
jupyter_lsp.egg-info/entry_points.txt
jupyter_lsp.egg-info/not-zip-safe
jupyter_lsp.egg-info/requires.txt
jupyter_lsp.egg-info/top_level.txt
jupyter_lsp/etc/jupyter-lsp-jupyter-server.json
jupyter_lsp/schema/__init__.py
jupyter_lsp/schema/schema.json
jupyter_lsp/specs/__init__.py
jupyter_lsp/specs/basedpyright.py
jupyter_lsp/specs/bash_language_server.py
jupyter_lsp/specs/dockerfile_language_server_nodejs.py
jupyter_lsp/specs/javascript_typescript_langserver.py
jupyter_lsp/specs/jedi_language_server.py
jupyter_lsp/specs/julia_language_server.py
jupyter_lsp/specs/pyls.py
jupyter_lsp/specs/pyrefly.py
jupyter_lsp/specs/pyright.py
jupyter_lsp/specs/python_lsp_server.py
jupyter_lsp/specs/r_languageserver.py
jupyter_lsp/specs/sql_language_server.py
jupyter_lsp/specs/texlab.py
jupyter_lsp/specs/typescript_language_server.py
jupyter_lsp/specs/unified_language_server.py
jupyter_lsp/specs/utils.py
jupyter_lsp/specs/vscode_css_languageserver.py
jupyter_lsp/specs/vscode_html_languageserver.py
jupyter_lsp/specs/vscode_json_languageserver.py
jupyter_lsp/specs/yaml_language_server.py
jupyter_lsp/specs/config/__init__.py
jupyter_lsp/specs/config/basedpyright.schema.json
jupyter_lsp/specs/config/bash-language-server.schema.json
jupyter_lsp/specs/config/dockerfile-language-server-nodejs.schema.json
jupyter_lsp/specs/config/julia-language-server.schema.json
jupyter_lsp/specs/config/pyls.schema.json
jupyter_lsp/specs/config/pylsp.schema.json
jupyter_lsp/specs/config/pyrefly.schema.json
jupyter_lsp/specs/config/pyright.schema.json
jupyter_lsp/specs/config/r-languageserver.schema.json
jupyter_lsp/specs/config/sql-language-server.schema.json
jupyter_lsp/specs/config/texlab.schema.json
jupyter_lsp/specs/config/typescript-language-server.schema.json
jupyter_lsp/specs/config/yaml-language-server.schema.json
jupyter_lsp/tests/__init__.py
jupyter_lsp/tests/conftest.py
jupyter_lsp/tests/listener.py
jupyter_lsp/tests/test_auth.py
jupyter_lsp/tests/test_bad_spec.py
jupyter_lsp/tests/test_conf_d.py
jupyter_lsp/tests/test_detect.py
jupyter_lsp/tests/test_extension.py
jupyter_lsp/tests/test_listener.py
jupyter_lsp/tests/test_paths.py
jupyter_lsp/tests/test_session.py
jupyter_lsp/tests/test_stdio.py
jupyter_lsp/tests/test_virtual_documents_shadow.py