Skip to content

Instantly share code, notes, and snippets.

@raditotev
Created November 8, 2018 14:19
Show Gist options
  • Save raditotev/bf18ebf0b127ee0ddf6534fb7b9df7b7 to your computer and use it in GitHub Desktop.
Save raditotev/bf18ebf0b127ee0ddf6534fb7b9df7b7 to your computer and use it in GitHub Desktop.
[VS Code] Go to step definition - open in new tab
{
"cucumberautocomplete.steps": [
"features/step_definitions/*.rb"
],
"cucumberautocomplete.syncfeatures": "features/*feature",
"workbench.editor.enablePreview": false
}
// Monorepo
{
"cucumberautocomplete.steps": [
"features/step_definitions/**/*.rb"
],
"cucumberautocomplete.syncfeatures": "features/**/*feature",
"workbench.editor.enablePreview": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment