Is there a way to define schema locations globaly? #870
Answered
by
LokiMidgard
LokiMidgard
asked this question in
Q&A
|
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 |
Answered by
LokiMidgard
Feb 1, 2023
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 |
6 replies
|
Thanks to @fbricon I found the docu to XML catalog with XSD. |
0 replies
Answer selected by
LokiMidgard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to @fbricon I found the docu to XML catalog with XSD.