An event listener for globalState changes. #152238
Labels
api
feature-request
Request for new features or functionality
workbench-state
UI state across restarts
Milestone
For my current extension, I need to do
fs.write()
on sync data(globalState
).Current Solutions for that
fs.write()
whenever my extension is activated. [Hurt performance]globalState
[local_update
,global_update
] (one with sync and another without sync) and compare those two on extension activation and dofs.write()
But it would be nice to have a
globalState
change event listener.The text was updated successfully, but these errors were encountered: