_From @rgl on April 11, 2016 8:13_ - VSCode Version: 0.10.11. - OS Version: Windows 10. 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](http://ruby-doc.org/core-2.2.0/doc/syntax/literals_rdoc.html#label-Here+Documents) and also [other examples](http://makandracards.com/makandra/15003-how-to-ruby-heredoc-without-interpolation). _Copied from original issue: Microsoft/vscode#5155_