Skip to content

Fix typos in comments and localization hint#309354

Open
yohaann196 wants to merge 5 commits intomicrosoft:mainfrom
yohaann196:main
Open

Fix typos in comments and localization hint#309354
yohaann196 wants to merge 5 commits intomicrosoft:mainfrom
yohaann196:main

Conversation

@yohaann196
Copy link
Copy Markdown

@yohaann196 yohaann196 commented Apr 13, 2026

Fixed spelling mistakes and improved clarity across a few files.
Notably, one fix corrects a localize() translator hint in replViewer.ts that was both misspelled and ungrammatical.

Fixes:

occured → occurred
coleasing → coalescing
seperate / seperately → separate / separately
Can not → Cannot
excpet → except
Rewrote unclear translator hint ("Front will the value..." → clearer guidance for localizers)

yohaann196 and others added 2 commits April 12, 2026 21:05
Fix spelling errors: occured→occurred, seperate→separate,
seperately→separately, excpet→except, occurrance→occurrence

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix typos in comments across multiple files
Copilot AI review requested due to automatic review settings April 13, 2026 04:12
@vs-code-engineering
Copy link
Copy Markdown
Contributor

vs-code-engineering bot commented Apr 13, 2026

📬 CODENOTIFY

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

@bpasero

Matched files:

  • src/vs/platform/files/node/watcher/parcel/parcelWatcher.ts
  • src/vs/workbench/contrib/files/browser/views/explorerViewer.ts

Copy link
Copy Markdown
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 spelling/typos in comments and translator guidance strings across a few VS Code workbench/platform files, including a localization comment hint intended for translators.

Changes:

  • Fixed misspellings in inline comments (e.g., “seperate/seperately”, “excpet”, “occured”).
  • Corrected a localization translator hint in replViewer.ts (“occurrance” → “occurrence”).
  • Cleaned up wording in a few API/comment blocks for clarity.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
src/vs/workbench/contrib/files/browser/views/explorerViewer.ts Fixes typos in drag-and-drop validation comments.
src/vs/workbench/contrib/debug/browser/replViewer.ts Fixes typo in translator hint for a localized REPL accessibility suffix.
src/vs/workbench/api/common/extHostTypes.ts Fixes typo in API proposal TODO comment.
src/vs/platform/files/node/watcher/parcel/parcelWatcher.ts Fixes typo in watcher behavior comment about Parcel event emission.

@yohaann196
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

yohaann196 and others added 3 commits April 12, 2026 21:16
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

3 participants