Skip to content

Conversation

@gjsjohnmurray
Copy link
Contributor

This PR fixes #277376

A few settings descriptions incorrectly presented 'status bar' as 'Status bar'.

Copilot AI review requested due to automatic review settings November 14, 2025 10:02
@vs-code-engineering
Copy link

📬 CODENOTIFY

The following users are being notified based on files changed in this PR:

@bpasero

Matched files:

  • src/vs/workbench/browser/workbench.contribution.ts

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 bpasero self-assigned this Nov 14, 2025
@bpasero bpasero added this to the November 2025 milestone Nov 14, 2025
@bpasero bpasero enabled auto-merge (squash) November 14, 2025 10:54
@bpasero bpasero merged commit 61680ab into microsoft:main Nov 14, 2025
22 of 23 checks passed
@gjsjohnmurray gjsjohnmurray deleted the fix-277376 branch November 14, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some setting descriptions use non-standard capitalization of the term 'status bar'

3 participants