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

Go to Definition throws error File not found with wrong path #62

Closed
dubbya opened this issue Apr 17, 2017 · 1 comment
Closed

Go to Definition throws error File not found with wrong path #62

dubbya opened this issue Apr 17, 2017 · 1 comment
Milestone

Comments

@dubbya
Copy link

dubbya commented Apr 17, 2017

When clicking Go to Definition this error shows:

Unable to open 'step_defs.js': File not found (\c:\leave\features\support\step_defs.js). Problem looks to be the \c:.

My settings.json is this and using 2.0.1 in 1.11.2 of vscode:

{
"cucumberautocomplete.steps": [
"features/support/*.js"
],
"cucumberautocomplete.pages": {
},
"editor.quickSuggestions": {
"comments": true,
"strings": true,
"other": true
}
}

@alexkrechik alexkrechik added this to the 2.1.0 milestone Apr 18, 2017
@alexkrechik
Copy link
Owner

Should be fixed in 2.1.0 version of plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants