Correct non-standard capitalization of term 'status bar' in some settings (fix #277376)#277383
Merged
bpasero merged 1 commit intomicrosoft:mainfrom Nov 14, 2025
Merged
Correct non-standard capitalization of term 'status bar' in some settings (fix #277376)#277383bpasero merged 1 commit intomicrosoft:mainfrom
bpasero merged 1 commit intomicrosoft:mainfrom
Conversation
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @bpaseroMatched files:
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR corrects the non-standard capitalization of "status bar" in several configuration setting descriptions, changing "Status bar" to "status bar" to align with VS Code's documentation standards.
- Standardizes capitalization of "status bar" term to lowercase in user-facing setting descriptions
- Improves clarity in debug settings by adding "item" to make "debug status bar item" more specific
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts | Fixed capitalization of "status bar" in three enum descriptions for the notebook cell status bar visibility setting |
| src/vs/workbench/contrib/debug/browser/debug.contribution.ts | Fixed capitalization and improved wording in debug status bar settings, changing "debug in Status bar" to "debug item in status bar" and correcting two other descriptions |
| src/vs/workbench/browser/workbench.contribution.ts | Fixed capitalization in language detection hints setting description from "Status bar Quick Fix" to "status bar Quick Fix" |
bpasero
approved these changes
Nov 14, 2025
alexr00
approved these changes
Nov 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes #277376
A few settings descriptions incorrectly presented 'status bar' as 'Status bar'.