SAP / ui5-language-assistant

VSCode Extension and Editor Tooling for SAPUI5
Apache License 2.0
55 stars 27 forks source link

workaround way to make the minUI5Version for a UI5 component project #730

Open jasonOramo opened 2 months ago

jasonOramo commented 2 months ago

I have a Ui5 project which is designed as a common libarary, so there is a component in the lib. The structure is similar as follows: --manifest(for library) --libFolder --component.js --manifest(for component)

The manifest schema of the component follows the schema_cil.json . So the minUI5Version is not a valid property, the minUI5Version works fine in an app manifest.

Is there any way to make the ui5 version setting work for the plugin?

marufrasully commented 2 weeks ago

@jasonOramo is it possible to share a project resemble your project?