Replies: 1 comment
-
I found https://github.com/redhat-developer/vscode-yaml?tab=readme-ov-file#mapping-a-schema-in-an-extension, is it possible to set glob pattern similar to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My use case is that I have a custom YAML schema. using
yaml.schema
is working for me. I am working on a VSCode extension, it will be nice if I can override that settings inside my extension, so someone who install my extension would automatically have theyaml.schema
set correctly.Alternatively if I can set this via VSCode API it will be good enough. Any idea how this can be done?
Beta Was this translation helpful? Give feedback.
All reactions