mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-13 00:52:01 -04:00
17 lines
787 B
JSON
17 lines
787 B
JSON
{
|
|
"cucumberautocomplete.steps": [
|
|
"tests/acceptance/bootstrap/*.php"
|
|
],
|
|
"cucumberautocomplete.syncfeatures": "tests/acceptance/features/**/*.feature",
|
|
"cucumberautocomplete.strictGherkinCompletion": false,
|
|
"cucumberautocomplete.strictGherkinValidation": false,
|
|
"cucumberautocomplete.customParameters": [
|
|
{ "parameter": ":string", "value": "\"([^\"]*)\"" },
|
|
{ "parameter": "'/\\^(.*)\\$/'", "value": "'^$1$$'", "isRegex": true, "flags": "g" },
|
|
{ "parameter": "\\$\\w+", "value": "(.*)", "isRegex": true, "flags": "g" },
|
|
{ "parameter": "(?<!\\?):[a-zA-Z_][a-zA-Z0-9_]*", "value": "\"([^\"]*)\"", "isRegex": true, "flags": "g" }
|
|
],
|
|
"cucumberautocomplete.gherkinDefinitionPart": "(Given|When|Then|But)\\(",
|
|
"cucumberautocomplete.pureTextSteps": false
|
|
}
|