Visual Studio: how to show the current font size? - visual-studio-code

Any way to show the current font size on the status bar on Visual Studio Code?

Related

vs code change font size of watch window

how to change font size in vs code watch, variable windows in debug pallete

Visual Studio Code keeps Autosizing my Text Lines

Visual Studio Code keeps scrunching and separating my code in the right window into multiple lines, if the left pane is too wide. It used to never be like that. How can I change this setting, so VS Code does not auto window size the right panel?

Visual Studio Code status bar text color

I want to change text color on status bar in Visual Studio Code. I've found how to change color of status bar Visual Studio Code status bar color but I need similar solution for text.
The two values you need to change for the status bar are
{
"statusBar.background": "#114F79",
"statusBar.foreground": "#9DE2FD"
}
And set those to your preference (in settings.json).

How to hide the options such as save,undo, in Visual Studio Code

I want these options not to be shown in the top right corner of the title bar as shown in the image below(highlighted)
How to hide these options such as run code, save, saves the file, word wrap, etc in Visual Studio Code

How to customize search results color in Visual Studio Code

I want to change the color of file names which is shown on screenshot.