Skip to content

Error prompt Invalid path for setting 'xml.catalogs' #289

@pgundlach

Description

@pgundlach

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?

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

setting

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions