esc
esc copied to clipboard
ESC UI Editor: Maintain JSON formatting
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