LICENSE
README.md
pyproject.toml
src/q2lsp/__main__.py
src/q2lsp/cli.py
src/q2lsp/logging.py
src/q2lsp.egg-info/PKG-INFO
src/q2lsp.egg-info/SOURCES.txt
src/q2lsp.egg-info/dependency_links.txt
src/q2lsp.egg-info/entry_points.txt
src/q2lsp.egg-info/requires.txt
src/q2lsp.egg-info/top_level.txt
src/q2lsp/core/__init__.py
src/q2lsp/core/completion.py
src/q2lsp/core/document.py
src/q2lsp/core/shell.py
src/q2lsp/core/types.py
src/q2lsp/core/diagnostics/__init__.py
src/q2lsp/core/diagnostics/codes.py
src/q2lsp/core/diagnostics/command_analysis.py
src/q2lsp/core/diagnostics/diagnostic_issue.py
src/q2lsp/core/diagnostics/document_level.py
src/q2lsp/lsp/__init__.py
src/q2lsp/lsp/adapter.py
src/q2lsp/lsp/error_handling.py
src/q2lsp/lsp/features.py
src/q2lsp/lsp/protocol.py
src/q2lsp/lsp/server.py
src/q2lsp/lsp/session.py
src/q2lsp/qiime/__init__.py
src/q2lsp/qiime/catalog.py
src/q2lsp/qiime/catalog_facts.py
src/q2lsp/qiime/hierarchy_keys.py
src/q2lsp/qiime/option_tokens.py
src/q2lsp/qiime/q2cli_gateway.py
src/q2lsp/qiime/signature.py
src/q2lsp/qiime/signature_params.py
src/q2lsp/qiime/types.py
tests/test_cli.py
tests/test_logging.py
tests/test_release_workflows.py
tests/test_workflow_hardening.py