Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required attributes are inserted with wrong level of indentation on first array item #312

Closed
apupier opened this issue Jul 8, 2020 · 1 comment
Labels
Milestone

Comments

@apupier
Copy link
Member

apupier commented Jul 8, 2020

- from:
  steps:
    - 
  uri: 

although it should be:

- from:
    steps:
      - 
    uri: 
@JPinkney JPinkney added the bug label Jul 8, 2020
@apupier
Copy link
Member Author

apupier commented Jul 8, 2020

started to have a look at Yaml Language Server level: redhat-developer/yaml-language-server#272

apupier added a commit to apupier/yaml-language-server that referenced this issue Jul 8, 2020
redhat-developer/vscode-yaml#312

it occurs only with top-level element

Signed-off-by: Aurélien Pupier <[email protected]>
@apupier apupier changed the title Required attributes are inserted with wrong level of indentation Required attributes are inserted with wrong level of indentation on first array item Jul 8, 2020
@apupier apupier added this to the 0.9.0 milestone Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants