Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing theme variables for test coverage highlight background #218252

Open
surfinzap opened this issue Jun 26, 2024 · 0 comments
Open

Missing theme variables for test coverage highlight background #218252

surfinzap opened this issue Jun 26, 2024 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality testing Built-in testing support
Milestone

Comments

@surfinzap
Copy link

Does this issue occur when all extensions are disabled?: Yes/No

  • Yes
  • VS Code Version: 1.90.2
  • OS Version: Win 11

Steps to Reproduce:

  1. Have a repository with a written Jest tests that doesn't cover 100% of the code.
  2. Run npx jest --coverage
  3. Run command Jest: Toggle Coverage
  4. Highlighted uncovered code cannot be themed.

When you turn on test coverage, this is the row highlights you'll get for the rows with uncovered tests (dark red and sand color):
image
image

As a VS Code theme maintainer, I want to set the custom color for these highlights. I followed the documentation for testing colors. However, none of the available variables seem to take effect. I suppose the variables for these highlights are not yet available.
image
image

@connor4312 connor4312 added this to the Backlog milestone Jun 26, 2024
@connor4312 connor4312 added feature-request Request for new features or functionality testing Built-in testing support labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality testing Built-in testing support
Projects
None yet
Development

No branches or pull requests

2 participants