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

Expose language server configurations #29

Open
jasonkuhrt opened this issue May 18, 2018 · 5 comments
Open

Expose language server configurations #29

jasonkuhrt opened this issue May 18, 2018 · 5 comments

Comments

@jasonkuhrt
Copy link

There are configuration options exposed by vscode for example:

image

Originally posted at redhat-developer/yaml-language-server#67 (comment).

@liuderchi
Copy link
Owner

liuderchi commented May 19, 2018

(May 19) Basically this package provides only those two features for yaml files:

Other features like parsing, highlighting is provided by language-yaml.


Looks like 2nd option is out of the scope of this package.
Looks like 4th, 5th option is lang-server related. Will survey on how to make it.

@jasonkuhrt What is 1st and 3rd one about? Would you explain more about them?


(Dec 29) REF for yaml schema/tag :http://blogs.perl.org/users/tinita/2018/01/introduction-to-yaml-schemas-and-tags.html

@abemedia
Copy link

@liuderchi I require this too. When using AWS CloudFormation you have custom tags (e.g. !Ref, !Sub etc.) and it throws errors if you don't add them to yaml.customTags.

image

@abemedia
Copy link

Does the help wanted flag mean you'd accept a PR on this?

@liuderchi
Copy link
Owner

@abemedia Yes. Please Help if one finds any PR/workaround on this issue

@keinsell
Copy link

keinsell commented Sep 1, 2020

I've created settings in Atom Editor at my fork, but I don't have much idea to integrate them with YAML Language Server, configuration is available in package.json you can make use of these file.

https://github.com/ZiQiLN/ide-yaml

@liuderchi liuderchi pinned this issue Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants