posit-dev / positron

Positron, a next-generation data science IDE
Other
1.18k stars 32 forks source link

Add debounce to prevent flickering of console execution indicators #3752

Open seeM opened 2 days ago

seeM commented 2 days ago

Currently, both the activity item execution indicator (left of an item in the console history) and the interrupt button flicker, even for code that runs nearly instantly.

We've used 250ms for the data explorer, so maybe we can do the same here?