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
From @rgl on April 11, 2016 8:13
Currently Code supports the Here Documents (aka heredoc) using this syntax:
But the following are not supported:
See the exact details about the Here Documents at the Ruby Manual and also other examples.
Copied from original issue: microsoft/vscode#5155
The text was updated successfully, but these errors were encountered:
the <<HEREDOC syntax seems to work now (there has been a recent update). But I can reproduce the issue for <<-'EXPECTED'
Sorry, something went wrong.
Also, interpolated variables are seen as comments in heredoc blocks:
No branches or pull requests
From @rgl on April 11, 2016 8:13
Currently Code supports the Here Documents (aka heredoc) using this syntax:
But the following are not supported:
See the exact details about the Here Documents at the Ruby Manual and also other examples.
Copied from original issue: microsoft/vscode#5155
The text was updated successfully, but these errors were encountered: