overtype icon indicating copy to clipboard operation
overtype copied to clipboard

Update public function showStats(show)

Open 1951FDG opened this issue 1 month ago • 0 comments

Hello,

I use a custom statsFormatter, that is loaded dynamically (its a token counter, heavy init), once it finishes loading, I currently have to call private function _updateStats()

my suggestion is to modify showStats(show)

showStats(show), add conditional, if this.statsBar then just this._updateStats(); (pseudo code)

That way I can avoid calling _updateStats(), and can just call showStats()

1951FDG avatar Dec 01 '25 11:12 1951FDG