Describe the bug
Inline object keys are accept as a part of the YAML spec. Yet objects that contain more than one of them cause LSP errors.d
The following yaml is accepted
But the following examples do cause the "Map comment with trailing content" error to always happens on the last line
foo:
{ bar: 1 }: 1
{ bar: 2 }: 1
foo:
{ bar: 1 }: 1
{ bar: 2 }: 1
{ bar: 3 }: 1
Environment
Can reproduce with 1.19.2 and 1.21, i'm using nixpkgs built yaml-language-server.
Describe the bug
Inline object keys are accept as a part of the YAML spec. Yet objects that contain more than one of them cause LSP errors.d
The following yaml is accepted
But the following examples do cause the "Map comment with trailing content" error to always happens on the last line
Environment
Can reproduce with 1.19.2 and 1.21, i'm using nixpkgs built yaml-language-server.