Christian Schuff

Results 11 comments of Christian Schuff

@zMotivat0r Any updates on this PR? We could reaaaally make use of this 👍

Duplicate of https://github.com/ui5experts/ui5-schemas/issues/1 BR Chris

This could actually being solved using this vscode extension: https://marketplace.visualstudio.com/items?itemName=IBM.XMLLanguageSupport#overview I'll look into supporting this natively. Contributions welcome :) Working example repo would be helpful, too. BR Chris

Here is a snippet for a ``.vscode/settings.json`` you could use for now: ``` { "xmlLang.javaHome": "C:\\Program Files\\Java\\jdk1.8.0_152", "xmlLang.xmlAssociations": [ { "fileNamePattern": "**/*.+(view|fragment).xml", "systemId": "C:\\[USER_HOME]\\AppData\\Roaming\\UI5Experts\\ui5-schemas\\sapui5\\[VERSION]\\sap.ui.core.xsd" }, { "fileNamePattern": "**/*.+(view|fragment).xml", "systemId": "C:\\[USER_HOME]\\AppData\\Roaming\\UI5Experts\\ui5-schemas\\sapui5\\[VERSION]\\sap.ui.layout.xsd"...

@kozubikmichal You could get rid of that by omiting the enhancement until #14 is fixed: `npx ui5-schemas --no-upgrade`

@kozubikmichal #14 was just fixed with 0.4.2

@themasch > I'd like to be able to build a process by picking add-ons/plugins over having to replace the whole thing. I'm totally with you on that. I'd like to...

That's something I could do... I face the same problem for [`createDebugFiles`](https://github.com/SAP/ui5-builder/blob/master/lib/tasks/createDebugFiles.js#L18) which uses `byGlobSource` and still does not work. This behaviour violates my understanding of your virtual files system...

Calling both processors manually in my own task worked. Excited about future improvements here 🤗

Changing the service url in a way like that requires adaption of project code (here: e.g. `serviceUrl` in `manifest.json`). Using a proxy solution should not require any changes to actual...