Open jasonkuhrt opened 6 years ago
(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
@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
.
Does the help wanted
flag mean you'd accept a PR on this?
@abeMedia Yes. Please Help if one finds any PR/workaround on this issue
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.
There are configuration options exposed by
vscode
for example:Originally posted at https://github.com/redhat-developer/yaml-language-server/issues/67#issuecomment-390291506.