Gorkem Ercan

Results 161 comments of Gorkem Ercan

Just noticed that I was looking at a build from HEAD which lists 2 problems as expected. When I revert to 1.6.0 it shows only a single item.

@yassun4dev do you plan to work on updating this ?

Can we take a different approach and make `toMarkdown` function more clever so that it does not make the changes that it applies when it is not necessary?

I was actually thinking if we could make `toMarkdown` to detect if the string is already Markdown and skip modifying it. Unfortunately, I was not successful to spot an easy...

I am a bit reluctant on this one because we are introducing a behavior based on schema. We did that in the early times with kubernetes and it has been...

I am more comfortable with that one, instead of yaml-language-server being aware of the schemas. I am afraid the list of schemas may grow out of hand quickly.

Does the `yaml.format.singleQuote` setting work for you?

In that case disabling the formatter with yaml.format.enable is the only choice at the moment.

I agree, having to split the formatting logic between the extension and the upstream library is going to cause us more long term issues.

The meta-schema URL is listed on the [specification links](https://json-schema.org/specification-links.html#draft-7). If you can issue a PR, I would be happy to review it.