No parameter highlighting in VSCode Light/Dark Mode
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
### 👓 What did you see?
When using VSCode in light /dark theme mode, the step parameters are not highlighted at all. The highlighting works when using other themes like light+/dark+
### ✅ What did you expect to see?
The parameter should be highlighted making it easier to identify
### 📦 Which tool/library version are you using?
Extension Version : 1.2.8
Extension Settings :
```
{
"cucumber.features": [
"cypress/e2e/features/**/*.feature"
],
"cucumber.glue": [
"cypress/e2e/step_definitions/**/*.ts"
]
}
```
### 🔬 How could we reproduce it?
Steps to reproduce the behavior:
1. Install the extension & configure it such that the step definitions are available for the extension to parse the steps
2. Switch the Visual Studio Theme (Code -> Preferences -> Color Theme ->Light (Visual Studio)
**Light Mode (Visual Studio)**

**Dark Mode (Visual Studio)**

### 📚 Any additional context?
----
*This text was originally generated from a [template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates), then edited by hand. [You can modify the template here.](https://github.com/cucumber/.github/edit/main/.github/ISSUE_TEMPLATE/bug_report.md)*
Contributor guide
Assessment
This issue has not been assessed yet.