We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When setting an unexisting path in xml.catalogs.
"xml.catalogs": ["c:\\AUTOSAR\\asdasdAUTOSAR_00048.xml"] <- wrong "xml.catalogs": ["c:\\AUTOSAR\\AUTOSAR_00048.xml"] <- right
XML:
<?xml version="1.0" encoding="UTF-8"?> <AUTOSAR xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://autosar.org/schema/r4.0" xsi:schemaLocation="http://autosar.org/schema/r4.0 AUTOSAR_00048.xsd"> </AUTOSAR>
Now gives these Suggest gives the speicfic warning that schema document cannot find is caused by the wrong path of catalog.
The text was updated successfully, but these errors were encountered:
I fear that it's not possible to do that since it's a vscode settings and there are no API to manage validation for this settings.
Sorry, something went wrong.
Fixed with eclipse-lemminx/lemminx#757
xorye
No branches or pull requests
When setting an unexisting path in xml.catalogs.
XML:
Now gives these
Suggest gives the speicfic warning that schema document cannot find is caused by the wrong path of catalog.
The text was updated successfully, but these errors were encountered: