In my vs code extension, I try to integrate a rotating (oct)icon in the status bar. Like the git integration of vs code itself when it is synchronizing. But in fact, I have no how to achieve that goal.
A simplified example of a cheap try:"
window.createStatusBarItem(StatusBarAlignment.Left, 0).text = `$(globe spin) `;
"