esc icon indicating copy to clipboard operation
esc copied to clipboard

ESC UI Editor: Maintain JSON formatting

Open MitchellGerdisch opened this issue 11 months ago • 0 comments

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

When using the Pulumi Cloud ESC UI editor, if one creates structured config using json format such as:

values:
  stuff: [
    {
      foo: "goo",
      moo: "zoo"
    }
  ]

And then save the environment, the value is reformatted to a single line. This makes updates to the values difficult.

Affected area/feature

ESC

MitchellGerdisch avatar Mar 01 '24 14:03 MitchellGerdisch