Avaiga / taipy-studio-config

Visual Studio Code extension for Taipy: Configuration Builder
Apache License 2.0
5 stars 1 forks source link

Order properties in a deterministic order in Details section #47

Open FlorianJacta opened 1 year ago

FlorianJacta commented 1 year ago

Description The order in the Details section is currently given from the TOML file. Sometimes, the Scope property is the first property; sometimes, it is the last depending on how the TOML file has been edited.

Properties seen in the Details section should have the same order. We could use the alphabetic order to do so. The goal is to have consistency across entity configurations.

Acceptance Criteria