Since some time I get the error message
Invalid path for setting 'xml.catalogs': 'file:///Users/patrick/work/software/publisher/schema/catalog-schema-de.xml'
Why do I get this error message?

But everything seems to work ok. The setting xml.catalogs is as follows:
Xml: Catalogs
Array of XML Catalogs.
file:///Users/patrick/work/software/publisher/schema/catalog-schema-de.xml

The settings.json contains this line:
"xml.catalogs": [
"file:///Users/patrick/work/software/publisher/schema/catalog-schema-de.xml"
],
The file exists and contains a catalog.
cat /Users/patrick/work/software/publisher/schema/catalog-schema-de.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD XML Catalogs V1.1//EN" "http://www.oasis-open.org/committees/entity/release/1.1/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<uri name="urn:speedata.de:2009/publisher/en" uri="layoutschema-de.xsd"/>
</catalog>
I believe I use version v0.13.0 of the XML Language Support by Red Hat
Since some time I get the error message
Why do I get this error message?
But everything seems to work ok. The setting
xml.catalogsis as follows:The settings.json contains this line:
The file exists and contains a catalog.
I believe I use version
v0.13.0of the XML Language Support by Red Hat