1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00
denoland-deno/cli/lsp/testing
Nayeem Rahman e1fe31508c
fix(lsp/testing): use full ancestry to compute static id of step (#20297)
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-27 11:16:09 +02:00
..
collectors.rs fix(lsp/testing): use full ancestry to compute static id of step (#20297) 2023-08-27 11:16:09 +02:00
definitions.rs fix(lsp/testing): use full ancestry to compute static id of step (#20297) 2023-08-27 11:16:09 +02:00
execution.rs fix(lsp/testing): use full ancestry to compute static id of step (#20297) 2023-08-27 11:16:09 +02:00
lsp_custom.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
mod.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
server.rs refactor(lsp): remove boolean parameters on documents.documents(...) (#18493) 2023-03-29 16:25:48 -04:00