geert-janklaps / cds-launchpad-plugin

Launchpad Plugin for demo / development / testing SAP CAP-based projects
MIT License
12 stars 15 forks source link

Section `sapux` in package.json deprecated with UI5 Tooling V3 #50

Open AnsgarLichter opened 4 months ago

AnsgarLichter commented 4 months ago

With UI5 Tooling 3.0 the sapux section in the package.json is deprecated and no longer needed (see UI5 Tooling 3.0). Therefore, my CAP project didn't have the section. Unfortunately, without this section the plugin does not show any UI5 application.

Thanks to your blog post I could fix the issue. Is it possible to determine the UI5 applications another way? I think it is not wise to use deprecated mechanisms.

Nevertheless, thanks for the great work.