Plan icon indicating copy to clipboard operation
Plan copied to clipboard

Plan chokes on trailing comments in config

Open rymiel opened this issue 2 years ago • 3 comments

Describe the issue

When using trailing comments in the config, the custom YAML parser being used by Plan gets strangely confused and chops off half of the line.

Exceptions & other logs

No response

Plugin versions

5.4 build 1583

Additional information

This would probably be fixed by fixing #1363 ! (this issue might even be considered a duplicate of that)

rymiel avatar Mar 14 '22 02:03 rymiel

Could you give an example so it's easier to reproduce

AuroraLS3 avatar Mar 14 '22 07:03 AuroraLS3

  1. write a comment image
  2. plan(p) reload
  3. observe choking image

AnttiMK avatar Mar 14 '22 09:03 AnttiMK

Yep the current system supports comments on top of the items but not on the same line

AuroraLS3 avatar Mar 16 '22 07:03 AuroraLS3