1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/lsp/testing
Nayeem Rahman 907d9bb4d7
fix(lsp): test explorer panic on step result (#20289)
Fixes https://github.com/denoland/vscode_deno/issues/843.

Prevents step results from being reported twice. Refactors
`LspTestReporter` to use a complete `(test_id, descriptor)` map instead
of a brittle `LspTestReporter::stack`.
2023-08-25 23:32:22 +02:00
..
collectors.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
definitions.rs fix(lsp/testing): don't queue modules without tests (#20277) 2023-08-25 11:12:11 +02:00
execution.rs fix(lsp): test explorer panic on step result (#20289) 2023-08-25 23:32:22 +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