Hi,
I'm trying to get the VSCode extension working with UI5 schemas but I'm still getting this error:
ct-props-correct.4: Error for type '_ViewType'. Duplicate attribute uses with the same name and target namespace are specified. Name of duplicate attribute use is 'controllerName'.
My configuration:
"xmlLang.xmlAssociations": [{
"fileNamePattern": "**/*.+(view|fragment).xml",
"systemId": "xsd/sap.ui.core.xsd",
}]
The schema can be found here: https://openui5.hana.ondemand.com/downloads/schemas/sap.ui.core.xsd
It is working fine in WebStorm IDE
Hi,
I'm trying to get the VSCode extension working with UI5 schemas but I'm still getting this error:
ct-props-correct.4: Error for type '_ViewType'. Duplicate attribute uses with the same name and target namespace are specified. Name of duplicate attribute use is 'controllerName'.
My configuration:
The schema can be found here: https://openui5.hana.ondemand.com/downloads/schemas/sap.ui.core.xsd
It is working fine in WebStorm IDE