0

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?

json image Image reference

I don't know if it matters (this might just be a json thing), but I'm using

Visual Studio 2017

Blair Fonville
  • 908
  • 1
  • 11
  • 23
  • Related, maybe a duplicate except that VS might have an extension to json which allow this: https://stackoverflow.com/q/2392766/1896169 – Justin Sep 12 '18 at 20:18
  • @Justin Thanks for the link. I can’t find any similar mechanism for VS, but at least it confirms that I’m not overlooking some simple json syntax. – Blair Fonville Sep 13 '18 at 00:46

0 Answers0