Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An event listener for globalState changes. #152238

Closed
sudoaugustin opened this issue Jun 15, 2022 · 3 comments
Closed

An event listener for globalState changes. #152238

sudoaugustin opened this issue Jun 15, 2022 · 3 comments
Labels
api feature-request Request for new features or functionality workbench-state UI state across restarts

Comments

@sudoaugustin
Copy link

For my current extension, I need to do fs.write() on sync data(globalState).

Current Solutions for that

  1. Do fs.write() whenever my extension is activated. [Hurt performance]
  2. Need to store two additional times globalState [local_update, global_update] (one with sync and another without sync) and compare those two on extension activation and do fs.write()

But it would be nice to have a globalState change event listener.

@aeschli aeschli assigned bpasero and unassigned aeschli Jun 17, 2022
@bpasero bpasero added feature-request Request for new features or functionality api workbench-state UI state across restarts labels Jun 17, 2022
@bpasero bpasero removed their assignment Jun 17, 2022
@vscodenpa vscodenpa added this to the Backlog Candidates milestone Jun 17, 2022
@vscodenpa
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa
Copy link

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa
Copy link

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Aug 17, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api feature-request Request for new features or functionality workbench-state UI state across restarts
Projects
None yet
Development

No branches or pull requests

4 participants