I'm using a vim plugin that seems to also be using show status bar message and the time gets overridden.
It looks like a better way to display time is to use createStatusBarItem(alignment?: StatusBarAlignment, priority?: number): StatusBarItem.
I think this will prevent other plugins from overriding the time status.
I'm using a vim plugin that seems to also be using show status bar message and the time gets overridden.
It looks like a better way to display time is to use
createStatusBarItem(alignment?: StatusBarAlignment, priority?: number): StatusBarItem.I think this will prevent other plugins from overriding the time status.