summaryrefslogtreecommitdiff
path: root/cli/lsp/testing/definitions.rs
AgeCommit message (Expand)Author
2024-08-28fix(lsp): panic on url_to_uri() (#25238)Nayeem Rahman
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-04-20perf(lsp): only store parsed sources for open documents (#23454)Nayeem Rahman
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-08-30refactor(lsp): store test definitions in adjacency list (#20330)Nayeem Rahman
2023-08-27fix(lsp/testing): use full ancestry to compute static id of step (#20297)Nayeem Rahman
2023-08-25fix(lsp/testing): don't queue modules without tests (#20277)Nayeem Rahman
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-07-15refactor: allocate IDs for tests (#14729)Nayeem Rahman
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