vscode-kubernetes-tools / vscode-kubernetes-tools-api

A NPM package for building Kubernetes extensions for Visual Studio Code
Other
9 stars 15 forks source link

Possibility to sort the nodes *after* they have been customized #20

Open daniv-msft opened 4 years ago

daniv-msft commented 4 years ago

Would it be possible to sort the nodes list after they have been customized through a NodeUICustomizer?

In our case, we are updating the nodes' labels, and so the alphabetical order is lost. This might even be done automatically if we don't want to update the API for this.