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.
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.