Gorkem Ercan
                                            Gorkem Ercan
                                        
                                    The way to add functionality such as this is supporting it through the JSON schema. Of course standard JSON schema spec, does not have anything related but the JSON Schema...
I like the idea. It fits with our latest changes that makes schema extensions the source of additional features.
I think removing[ this line ](https://github.com/redhat-developer/vscode-yaml/blob/a9689529c28cfe83c87e0734e3aa0a84994e76fd/package.json#L43)should do the trick.
Have you considered removing the YAML language functionality from the docker extension? What is the functionality missing on `vscode-yaml`?
We do not have a good way to know if a comment block is intended to be folded with which pair. For instance, in the example given, we only expect...
depends on #442
@JPinkney I do not think there is enough information on this issue. Can you add details ?
This extension provides generic YAML support and It is very hard for us to assess issues on many different schemas and usages. Can you provide a more complete example that...
Are you still able to reproduce the issue? I do not seem to get the same problem. I am on `vscode-yaml 1.4.0`
I have been investigating running tern and a few other js tools with j2v8. I am currently trying to implement a node like AMD (require()) implementation.