summaryrefslogtreecommitdiff
path: root/cli/lsp/testing/server.rs
AgeCommit message (Expand)Author
2023-09-09fix(lsp): respect configured exclusions for testing APIs (#20427)Nayeem Rahman
2023-08-30refactor(lsp): store test definitions in adjacency list (#20330)Nayeem Rahman
2023-08-29fix(lsp): delete test modules with all tests deleted (#20321)Nayeem Rahman
2023-03-29refactor(lsp): remove boolean parameters on `documents.documents(...)` (#18493)David Sherret
2023-03-15fix(lsp): avoid calling client while holding lock (#18197)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-19fix(lsp/testing): fallback name for non-analyzable tests in collector (#17120)Leo Kettmeir
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-04-03refactor(lsp): migrate from lspower back to tower-lsp (#14163)Jason
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly