microsoft / microsoft/vscode-extension-test-runner
Tests hidden in VS Code's 'Explorer' cannot be found
Open
@connor4312 is already working on this.
Since Jul 26, 2024.
bug
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 15
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 2
Description
To keep my VS Code explorer clean, I tend to exclude out & dist folders using the files.exclude setting. This however, leads to this extension failing to locate the tests as it relies on vscode.workspace.findFiles.
Maybe glob can be used instead to locate all tests on the filesystem?
Cheers,
Nils
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.