No description
Find a file
2024-12-11 16:24:03 -06:00
.cargo add djls-django crate (#6) 2024-12-07 16:02:48 -06:00
.github create djls-ipc crate for communicating with Django process (#17) 2024-12-10 18:49:41 -06:00
crates remove unneeded client and server code (#22) 2024-12-11 16:24:03 -06:00
python switch from runner to ipc and long-running sidecar process (#21) 2024-12-11 16:16:40 -06:00
.editorconfig add support files 2024-12-05 11:29:31 -06:00
.gitignore adjust gitignore for python 2024-12-10 14:14:50 -06:00
.pre-commit-config.yaml add djls-django crate (#6) 2024-12-07 16:02:48 -06:00
.rustfmt.toml add djls-django crate (#6) 2024-12-07 16:02:48 -06:00
Cargo.toml create djls-cli and migrate serving LSP to it (#20) 2024-12-11 10:23:35 -06:00
Justfile add djls-django crate (#6) 2024-12-07 16:02:48 -06:00
LICENSE add djls-django crate (#6) 2024-12-07 16:02:48 -06:00
pyproject.toml switch from runner to ipc and long-running sidecar process (#21) 2024-12-11 16:16:40 -06:00
README.md add djls-django crate (#6) 2024-12-07 16:02:48 -06:00
uv.lock add djls-django crate (#6) 2024-12-07 16:02:48 -06:00

django-language-server

A Language Server Protocol implementation for Django projects.