Hi
I want to hide StatusBar
how to hide this?
Thanks
Hey @huihee62,
I’m not sure unbinding the status bar is actually possible, since quite a few services rely on it being bound. You can hide it though via the workbench.statusBar.visible
preference.
You can set this preference to false
by changing the default config of your frontend application. See here.