-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Milestone
Description
I have trouble getting the custom tags working. This are my user settings:
cat ~/.config/Code/User/settings.json
{
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"yaml.customTags": [ "!rampPerSec", "!constantPerSec"]
}
and this is the yaml that fails to be parsed:
foo:
- !constantPerSec bar: gee
VSCode version: 1.28.2
YAML Support by Red Hat version: 0.1.0
possibly conflicting plugin? Ansible 0.5.2 (extension association is to YAML, not ansible, though).
I'll be grateful for any hints. I've tried restarting VSCode couple of times, or placing the yaml.customTags
to workspace settings instead but it did not help. Removing exclamation marks didn't help either. Thank you.
Metadata
Metadata
Assignees
Labels
No labels