Buckets:
ktongue/docker_container / .vscode-server /extensions /ms-python.python-2026.4.0 /python_files /run-jedi-language-server.py
| import os | |
| import pathlib | |
| import sys | |
| # Add the lib path to our sys path so jedi_language_server can find its references | |
| extension_dir = pathlib.Path(__file__).parent.parent | |
| EXTENSION_ROOT = os.fsdecode(extension_dir) | |
| sys.path.insert(0, os.fsdecode(extension_dir / "python_files" / "lib" / "jedilsp")) | |
| del extension_dir | |
| from jedi_language_server.cli import cli # noqa: E402 | |
| sys.exit(cli()) | |
Xet Storage Details
- Size:
- 393 Bytes
- Xet hash:
- f2ad7e1dac726d682f746b5c8f08b24b9c63d1f38eafd17baa931625d621506f
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.