Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

204 support schema associations in file #280

Merged

Commits on Jul 21, 2020

  1. Support schema associations in yaml files redhat-developer#204

    - association done using modeline "# yaml-language-server:
    $schema=<mySchemaURL">
    
    Signed-off-by: Aurélien Pupier <[email protected]>
    apupier committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    f21d6fc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Use type for getSchemaForResource parameter from superclass redhat-de…

    …veloper#204
    
    it requires to cast the parameter in 2 places.
    
    Signed-off-by: Aurélien Pupier <[email protected]>
    apupier committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6672d2d View commit details
    Browse the repository at this point in the history
  2. Reuse variable redhat-developer#204

    Signed-off-by: Aurélien Pupier <[email protected]>
    apupier committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    a13c6e3 View commit details
    Browse the repository at this point in the history
  3. Add test that a yaml document is created when there is a comment redh…

    …at-developer#204
    
    it ensures that the schema is well-applied also on documents with only
    the schema declaration
    
    Signed-off-by: Aurélien Pupier <[email protected]>
    apupier committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    b3ae1c5 View commit details
    Browse the repository at this point in the history
  4. Remove check for precise completion redhat-developer#204

    the "textEdit" is not provided due to an existing bug on master
    redhat-developer#288
    
    Signed-off-by: Aurélien Pupier <[email protected]>
    apupier committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    73567b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    de14434 View commit details
    Browse the repository at this point in the history