on 2018 Jan 10 5:43 PM
Hello.
Do you have any idea why manifest.json file always opens in Code Editor instead of Descriptor Editor? I'mm using Personal WebIDE. When I started IDE for the very first time it worked well, today it always opens in Code mode (JSON).
Thank you!
Hi,
I too faced the same issue in SAP Cloud platform trial SAP Web IDE fullstack.
I solved by adding below skeleton of code in manifest.json code editor.
{
"sap.app": { "type": "application" },
"sap.ui": {},
"sap.ui5": {}
}
Note: Make sure you are adding "type": "application" without which it won't work. This is my workaround which I found. Others may check this and confirm.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.