Currently, the VS Code used the adaptive debouncing in the outline view and we found that this is very useful strategy to improve the performance. For example, we tried this in our Code Lens provider and it do help a lot for the performance.
So is it possible to provide an API or in whatever form to expose it and let the extension writer be able to use it?
Currently, the VS Code used the adaptive debouncing in the outline view and we found that this is very useful strategy to improve the performance. For example, we tried this in our Code Lens provider and it do help a lot for the performance.
So is it possible to provide an API or in whatever form to expose it and let the extension writer be able to use it?