cucumber / cucumber/vscode

No parameter highlighting in VSCode Light/Dark Mode

Open
#89 8 comments 1 reaction 1 assignee Claimed by @kieran-ryan View on GitHub
:bug: bug
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)**

![image](https://user-images.githubusercontent.com/98785077/182954731-b00f5efc-c766-4d3a-8f3d-166dd571887d.png)

**Dark Mode (Visual Studio)**

![image](https://user-images.githubusercontent.com/98785077/182954806-d676c969-5fda-475a-9199-214c2e4d1365.png)

### 📚 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.