We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The VSCode status bar is shown with its default color when no folder or workspace has been opened:
Should be:
To fix this add the options statusBar.noFolderBackground and statusBar.noFolderForeground with same colors as statusBar.*ground.
statusBar.noFolderBackground
statusBar.noFolderForeground
statusBar.*ground
See also: https://stackoverflow.com/questions/62486899/vscode-status-bar-color-is-fixed
The text was updated successfully, but these errors were encountered:
Merge branch 'mr-upstream-119' into develop (sonph#119)
766d3c4
Fixes sonph#115 * mr-upstream-119: Fix the color of vscode status bar
Successfully merging a pull request may close this issue.
The VSCode status bar is shown with its default color when no folder or workspace has been opened:
Should be:
To fix this add the options
statusBar.noFolderBackground
andstatusBar.noFolderForeground
with same colors asstatusBar.*ground
.See also: https://stackoverflow.com/questions/62486899/vscode-status-bar-color-is-fixed
The text was updated successfully, but these errors were encountered: