Is there a way to define schema locations globaly? #870
-
I have diffrent files in different folders that all use the same set of local xsd files. Is there a way to define a project wide setting for the location? Copy pasting the schama location in every file is tideos aspecial since I need to change the amount of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Sounds like File association would fix your problem: https://github.com/redhat-developer/vscode-xml/blob/main/docs/Validation.md#xml-file-association-with-xsd |
Beta Was this translation helpful? Give feedback.
-
Thanks to @fbricon I found the docu to XML catalog with XSD. |
Beta Was this translation helpful? Give feedback.
Thanks to @fbricon I found the docu to XML catalog with XSD.