Skip to content

fix: correct spelling mistakes in nls.localize strings in debug.ts#296730

Merged
connor4312 merged 1 commit intomicrosoft:mainfrom
jainampatel27:fix/spell-debug-nls-localize
Feb 23, 2026
Merged

fix: correct spelling mistakes in nls.localize strings in debug.ts#296730
connor4312 merged 1 commit intomicrosoft:mainfrom
jainampatel27:fix/spell-debug-nls-localize

Conversation

@jainampatel27
Copy link
Contributor

Fixes four spelling mistakes in translatable nls.localize strings in debug.ts:

  • internalyinternally
  • refrencereference
  • exceptionBreakppintexceptionBreakpoint
  • evalauteNameevaluateName

- 'internaly' -> 'internally' (callStackItemStopped)
- 'refrence' -> 'reference' (canViewMemory)
- 'exceptionBreakppint' -> 'exceptionBreakpoint' (breakpointItemType)
- 'evalauteName' -> 'evaluateName' (variableEvaluateNamePresent)
Copilot AI review requested due to automatic review settings February 21, 2026 14:22
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

Corrects typos in localized (nls.localize) context key description strings in the debug workbench code, improving the quality of translatable UI text without changing behavior.

Changes:

  • Fixes spelling of “internally” in a call stack context key description.
  • Fixes spelling of “reference” in a memory-related context key description.
  • Corrects example values / field names in descriptions (exceptionBreakpoint, evaluateName).

@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 23, 2026
@connor4312 connor4312 enabled auto-merge (squash) February 23, 2026 17:19
@connor4312 connor4312 merged commit 24a712e into microsoft:main Feb 23, 2026
20 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants