Does anyone know what the blue moving line (from left to right) in Visual Studio Code means?
It appears relatively often, especially when reactivating from hibernation mode. Looks like some background processes are currently active. Once the bar shows, it doesn't go away until I restart the program.
How do I remove the indentation line in VSCode? Click on menu File → Preferences → Settings. Untick the box which says "Controls whether the editor should render indent guides". This removes the indent guides.
This blue line shows the warning to us because of linter . There is a rule defined in the package that the file name must be lower_camel_case . This is because linter defines the bet practices.
A setting of toggle means that a single press of the Alt key will show the Menu Bar again. You can also hide the Menu Bar on Windows and Linux with the View > Toggle Menu Bar command.
It should be possible to make it transparent:
Put this into settings.json
:
"workbench.colorCustomizations": { "progressBar.background": "#fff0", }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With