alexkrechik / VSCucumberAutoComplete

Cucumber (Gherkin) Full Support Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
MIT License
331 stars 79 forks source link

Ctrl + Click navigtes to File not found #498

Closed karl0ss closed 3 weeks ago

karl0ss commented 3 weeks ago

Describe the bug CTRL + Click on step doesn't take to defintion any more, shows a "file not found page", but right clicking and selecint Got to definition works

Have just downgraded back to 3.0.1 from 3.0.2 and its working correctly again.

To Reproduce Steps to reproduce the behavior:

Expected behavior Step defintion should be displayed

Screenshots N/A

Cucumberautocomplete part of VSCode settings:

{
  "cucumberautocomplete.steps": [
        "./features/steps/*.py"
    ],
    "cucumberautocomplete.customParameters": [
        {
            "parameter": "(u'",
            "value": "('"
        },
        {
            "parameter": "(\nu'",
            "value": "('"
        }
    ],
    "cucumberautocomplete.syncfeatures": "./features/*",
    "cucumberautocomplete.gherkinDefinitionPart": "@(given|when|then|step)\\(",
    "cucumberautocomplete.strictGherkinCompletion": false,
    "cucumberautocomplete.strictGherkinValidation": false,
    "cucumberautocomplete.onTypeFormat": true,
}
purnay commented 3 weeks ago

Exactly same issue for me as well. I had to downgrade to 3.0.1 New version is unable to navigate to steps files.

alexkrechik commented 3 weeks ago

Have to close it as duplicate of https://github.com/alexkrechik/VSCucumberAutoComplete/issues/497 to collect all the feedback in one place.