Need help to validate a YAML file using a schema #821
Answered
by
gorkem
odebroqueville
asked this question in
Q&A
-
I created a file named .pls.yml with the code below in my ~ home directory on Mac. I would like to validate the file with the schema provided by the url below. I installed the YAML extension for VS Code but nothing is happening. Can someone please explain what I'm missing. Thank you.
P.S. I've been trying to follow the instructions on this page. |
Beta Was this translation helpful? Give feedback.
Answered by
gorkem
Sep 17, 2022
Replies: 1 comment 2 replies
-
The small example you have posted seems to work for me. Could there be an issue with the network connectivity? As vscode-yaml needs to be able to download the schema. Perhaps a proxy? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
odebroqueville
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The small example you have posted seems to work for me. Could there be an issue with the network connectivity? As vscode-yaml needs to be able to download the schema. Perhaps a proxy?