We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EXAMPLES:
field1: 12 field2: | bash -c " git init " field3: - 1234
field1: 12 field2: | bash -c "git init " field3: - 1234
field1: 12 field2: | bash -c "git init && git add ." field3: - 1234
So, the whole thing looks like it gets messed when a multi-line statement initialized with a vertical bar has a line with only quote.
Copied from original issue: microsoft/vscode#43065
The text was updated successfully, but these errors were encountered:
Duplicate of #17. Slightly different trigger but the same cause, working to figure out a solution now.
Sorry, something went wrong.
No branches or pull requests
EXAMPLES:
So, the whole thing looks like it gets messed when a multi-line statement initialized with a vertical bar has a line with only quote.
Copied from original issue: microsoft/vscode#43065
The text was updated successfully, but these errors were encountered: