launchdarkly / ld-vscode

VSCode extension for LaunchDarkly
https://www.launchdarkly.com
Other
17 stars 8 forks source link

Enabled status at top of Treeview #51

Closed InTheCloudDan closed 3 years ago

InTheCloudDan commented 4 years ago

Moving the status of the flag to the top so you do not need to expand to see it.

Also started cleaning up the complicated Treeview generation.

image

This PR also includes a slight change to #49 in that if a variation is changed then it will still retrieve the flag as soon as the plugin receives notice. This is because Variations are the only part of the global data model that can affect environment specific targeting so for future functionality those should also be in sync.