vscode-yaml icon indicating copy to clipboard operation
vscode-yaml copied to clipboard

YAML language support, including JSON Schema validation, for Visual Studio Code

Results 11 vscode-yaml issues
Sort by recently updated
recently updated
newest added

Hi, Unfortunately I have some problems to validate yaml documents for AWS CloudFormation. I have following line in my Template: `TemplateURL: !Join ["/", [ !FindInMap [CFNBucket, !Ref "AWS::Region", !Ref "Environment"...

I can't figure out how to stop it but this plugin removes all comments `# Foo` from my yaml files.

Hi I'm trying to use this project for AWS Cloud Formation templates, but I get this stacktrace: ``` c:\Users\montao\.vscode\extensions\adamvoss.yaml-0.0.10\server\node_modules\vscode-yaml-languageservice\lib\parser\yamlParser.js:219 errors.forEach(e => _doc.errors.push(e)); ^ TypeError: Cannot read property 'push' of undefined...

VSCode said the server crashed 5 times in 3 minutes. It won't be started again.

I’d prefer the linting to occur only when I save, or trigger it manually. I apologize if this is obvious; I’m new to VS Code and couldn’t figure this out...

Why was this extension unpublished from VS Marketplace?

The `clientSnippetSupport` field is assigned but never actually used. Should it be removed instead? https://github.com/adamvoss/vscode-yaml/blob/7b6097a5cb0edff144d34f457b64eb2a13831a96/server/src/yamlServerMain.ts#L55-L85

When using anchors and merging multiple anchors into the same object Visual Studio Code complains about invlid document. Document: ``` .numbers: &numbers one: "1" two: "2" .countries: &countries us: "United...

Thanks for this plugin, very useful. Not sure how this might be done, but I'll ask anyway 😄 ... is it possible to somehow enable jinja2 support for validation? I...

Would it be possible to have auto-completion based on the YAML context. For example, if I'm typing a key in an associative array, it would complete based on other keys,...