microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
718 stars 242 forks source link

Misleading ToolTip on RunTime in App.Json #7746

Open tinestaric opened 1 month ago

tinestaric commented 1 month ago

1. Describe the bug The Tooltip on the "runtime" property in app.json is wrong and misleading.

The tooltip states: The version of the runtime that the project is targeting. The project can be published to the server with an earlier or the same runtime version. 13.0: Business Central 2024 release wave 1

Which implies that I can publish this extension on a server running a runtime 12. It reads as if the requirement is <=13, when it's actually >=13.

image

3. Expected behavior A clearer message indicating that server runtime must be higher, or that the project must be earlier or same as the server runtime

5. Versions: