konveyor / editor-extensions

Developer experience stuff, like VSCode Extension, for Konveyor.
0 stars 8 forks source link

Expand the sharedState in extension state to handle state flags for isAnalyzing and isWaiting for solution #98

Open ibolton336 opened 1 week ago

ibolton336 commented 1 week ago
rszwajko commented 4 days ago

Central state and notifications have been added in #107 Missing part is to actually refactor the wbeviews to use the new state - the other components were migrated already.

ibolton336 commented 1 day ago

Picking part of this to use vscode shared state instead of inline react state.