Open nicolas-marcq opened 5 years ago
One workaround is to disable yaml validation in this plugin with ansible.validation: false
and install language server for yaml from redhat, and add !unsafe
as a custom tag to the LSP setting: "yaml.customTags": ["!unsafe"]
This extension uses the language server anyway under the hood.
Run into this, I use unsafe all the time for passing yaml templates to an API, it should be built into the vscode ansible.
Environment
Summary
error unknown tag <!unsafe>
Reproduce steps
Create a variable like
Expected Results
The tag should be recognized like described in the doc
Actual Results