| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-27 | fix(lsp/testing): use full ancestry to compute static id of step (#20297) | Nayeem Rahman | |
| Fixes https://github.com/denoland/vscode_deno/issues/656. Test steps were ID'd by a checksum of `[origin, level, step_name]` which is incorrect. Now it's `[origin, ...ancestor_names, step_name]`. | |||
| 2023-08-25 | fix(lsp/testing): don't queue modules without tests (#20277) | Nayeem Rahman | |
| Fixes https://github.com/denoland/vscode_deno/issues/890. | |||
| 2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
| Yearly tradition of creating extra noise in git. | |||
| 2022-11-28 | refactor: create util folder, move nap_sym to napi/sym, move http_cache to ↵ | David Sherret | |
| cache folder (#16857) | |||
| 2022-07-15 | refactor: allocate IDs for tests (#14729) | Nayeem Rahman | |
| 2022-05-20 | refactor: upgrade to deno_ast 0.15 (#14680) | David Sherret | |
| 2022-04-03 | refactor(lsp): migrate from lspower back to tower-lsp (#14163) | Jason | |
| 2022-03-30 | feat(lsp): add experimental testing API (#13798) | Kitson Kelly | |
| Ref: denoland/vscode_deno#629 | |||
