cucumber / cucumber/vscode

Correct default glue setting for Java

Open
#281 2 comments 0 reactions 0 assignees View on GitHub
:bug: bug
Dominant language
TypeScript
Stars
88
Forks
33
PR merge metrics
No merged PRs in 30d

Description

I noticed the default glue setting for Java projects is slightly incorrect.

Current setting:

https://github.com/cucumber/vscode/blob/0c380d3ddaf8902501255d397a7c2b395149415b/package.json#L78

However, for typical Java projects the path will be: `src/test/java/**/*.java`

Ideally, the setting would be: `**/src/test/java/**/*.java` so that multi-module projects are handled.

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.