Vscode-yaml: yaml.customTags not working when Ansible extension is also installed

Created on 18 Jan 2020  路  1Comment  路  Source: redhat-developer/vscode-yaml

I tried to add !encrypted/pkcs1-oaep to yaml.customTags to make it ignore it but apparently this feature does not work.

Update

This has proven to be caused by Ansible extension by Microsoft and they already have an year old bug about messing other YAML extensions: https://github.com/VSChina/vscode-ansible/issues/230

Lets not close this bug because it seriously affecting YAML extension and we do not have a way to avoid it other then disabling the culprit extension.

Related: https://github.com/redhat-developer/vscode-yaml/issues/265

bug upstream

Most helpful comment

I can confirm this. Install Ansible vscode plugin - everything breaks in regards to custom tags. Uninstall Ansible vscode plugin. custom tags works np again.

>All comments

I can confirm this. Install Ansible vscode plugin - everything breaks in regards to custom tags. Uninstall Ansible vscode plugin. custom tags works np again.

Was this page helpful?
0 / 5 - 0 ratings