Skip to content

Interacting with VSCode Windmill extension on flows changes the formatting in Yaml file #21

@erfansaheb

Description

@erfansaheb

When I click on objects on the UI it changes the formatting of the flow.yaml file.
Examples:

input_transforms:
          obj1:
            type: javascript
            expr: 'results.d[0]'

changes to:

input_transforms:
          obj1:
            type: javascript
            expr: results.d[0]

This increases the diffs for Github and is a bit inconvenient.
This doesn't happen to all the fields and I could not find a pattern

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions