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.
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?

