Search code examples
sapui5webstorm

Why is WebStorm expecting my manifest.json file to be SAP Fiori related?


I am using WebStorm to program a Chrome plugin. This requires a manifest.jsonfile.

For some reason, WebStorm thinks that the manifest file belong to a SAP Fiori project and gives me a warning. It tells me that properties like sap.app and sap.ui are missing.

enter image description here

I have never ever worked on an SAP project, and never installed any SAP related plugins.

Why is SAP support enabled by default and how can I disable the SAP support in my WebStorm environment?


Solution

  • Doesn't happen to me.

    Anyway, you can change the schema used for current file by choosing appropriate schema from a dropdown in the status bar in the lower right corner, or create a new schema mapping:

    enter image description here