Gorkem Ercan

Results 161 comments of Gorkem Ercan

This is duplicate of or due to https://github.com/redhat-developer/yaml-language-server/issues/823

First of all I am sorry that you have to work with a YAML file with 50K lines 😄 Does setting the value of `yaml.maxItemsComputed` improve the situation? By default...

Thanks for confirming where the problem was. I need to think a bit, if there is something more we can do to improve it.

It sounds like this is a request to enable folding for multiple strings. Does that sound right?

Looks like this is related to https://github.com/eemeli/yaml/issues/413. We have already shipped with the fixed version of the parser. What is the vscode-yaml version that you encounter this issue with?

@fbricon that is awesome. Is there a preference on the open source foundation?

Thanks @znd4. The copyright owner is Red Hat. I think the process needs to be kicked off by Red Hatters. I also think Eclipse Foundation to be more friendly for...

Adding a permalink to the line https://github.com/redhat-developer/yaml-language-server/blob/878ce94e9b42685e9b9f1b6f044a8ae7235d28a7/src/languageservice/services/yamlCompletion.ts#L283

Can we alternately add `telemetry.ts` to `index.ts` ? This would also export `TelemetryEvent` which I feel maybe needed if a client really wants to send events.

I am not familiar with neovim. Is neovim rendering this content as markdown?