Is there a way to split an element's argument across multiple lines. For example, in the image below if I wanted to add a couple of line breaks to buildRoot
's argument, it might look like this:
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\"
"${workspaceHash}\\build\\"
"${name}",
Is, there a valid way to do this?
I don't know if it matters (this might just be a json thing), but I'm using
Visual Studio 2017