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 f75a17521d
fix(lsp): respect configured exclusions for testing APIs (#20427)
LSP testing APIs now obey the various file inclusion settings:
- Modules shown in the text explorer now respect the `exclude`,
`test.exclude` and `test.include` fields in `deno.json`, as well as
`deno.enablePaths` in VSCode settings.
- Modules with testing code lens now respect the `"exclude"`,
`test.exclude` and `test.include` fields in `deno.json`. Code lens
already respects `deno.enablePaths`.
2023-09-09 19:37:01 +01:00
..
collectors.rs feat(test): Add Deno.test.ignore and Deno.test.only (#20365) 2023-09-06 14:17:33 +02:00
definitions.rs refactor(lsp): store test definitions in adjacency list (#20330) 2023-08-30 16:31:31 +01:00
execution.rs refactor(lsp): store test definitions in adjacency list (#20330) 2023-08-30 16:31:31 +01: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 fix(lsp): respect configured exclusions for testing APIs (#20427) 2023-09-09 19:37:01 +01:00