Open andytang-ast opened 1 year ago
Describe the bug cucumberautocomplete.skipDocStringsFormat does not support multi line doc string input yaml
cucumberautocomplete.skipDocStringsFormat
yaml
To Reproduce
json
When enter Doc String """ json string """
When enter Doc String """ yaml string """
Expected behavior It will check the yaml error, or least not removing the yaml format
Screenshots N/A
Cucumberautocomplete part of VSCode settings:
"cucumberautocomplete.steps": [ "./steps/**/*.ts" ], "cucumberautocomplete.strictGherkinCompletion": true, "cucumberautocomplete.syncfeatures": "./features/**/*feature",
Step definition: N/A
Gherkin step line See Reproduce above
Reproduce
Describe the bug
cucumberautocomplete.skipDocStringsFormat
does not support multi line doc string inputyaml
To Reproduce
json
string use tool (e.g. https://codebeautify.org/json-to-yaml) to covert it toyaml
cucumberautocomplete.skipDocStringsFormat
yaml
string from Step-1.Expected behavior It will check the yaml error, or least not removing the yaml format
Screenshots N/A
Cucumberautocomplete part of VSCode settings:
Step definition: N/A
Gherkin step line See
Reproduce
above