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

Fix Issue #399 - fix JumpToStepDefinition and StepHyperlinkDetector for multi-project #411

Open
wants to merge 3 commits into
base: v1.x
Choose a base branch
from

Commits on Jun 5, 2020

  1. fix step hyperlink detector for multi-project setup

    when doing the StepHyperlinkDetector, expand to fetch from all
    projects, not just the one the gherkin file is from.
    Nicholas DiPiazza committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0b0cfc3 View commit details
    Browse the repository at this point in the history
  2. do the same for jump to step definition as well

    Nicholas DiPiazza committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    ae328dc View commit details
    Browse the repository at this point in the history
  3. better error handling when checking projects

    don't look for stepdefs in closed projects
    and ignore failures when trying in case something unexpected happens.
    Nicholas DiPiazza committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    2e05a30 View commit details
    Browse the repository at this point in the history