Matt Adam
Matt Adam
You're right! I had an awful lot of hidden windows there. I think this is pretty confusing behaviour, I'd suggest that it might be less surprising if the window were...
Hello @sandy081 @alexr00, I am interested in implementing this, it seems to be a popular request from a number of extension authors. I've looked into how the activity count code...
I've made two PRs with example APIs and would appreciate feedback: 1: An event on TreeDataProvider / WebviewViewProvider that allows providing activity information: https://github.com/microsoft/vscode/pull/139225 2: A new interface for providing...
I am leaning towards the second proposal (https://github.com/microsoft/vscode/pull/139229). I have an implementation of this API in another PR here: https://github.com/microsoft/vscode/pull/139539/files.
I have run into this as well. In my case I have helper methods that run expensive async code in the middle of a stream, using an approach similar to...
Thanks @staltz -- I can definitely appreciate that there is no single "right" behaviour here. Perhaps a parameter on `.remember()` could specify which behaviour should be used on the stream?...