geert-janklaps / cds-launchpad-plugin

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

fix - load correct cds.env for the project path #51

Open devinea opened 2 months ago

devinea commented 2 months ago

When various plugins load @sap/cds the env can become invalid and set to defaults rather than the project specific values. Before accessing cds.env it should be reloaded for the CAP project root for more reliable access. Add compatibility with @sap/ux-ui5-tooling >= 0.14.5 and @sap/cds 8.

devinea commented 2 months ago

@geert-janklaps - Please review