0.150.0#8798
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
⚠️ Not ready to approve
The unicode hygiene exclusion for all vscode.proposed*.d.ts weakens a safety check and should be narrowed (e.g., allowlist the needed character(s) or use targeted suppression) before approval.
Pull request overview
Release bump to 0.150.0, updating packaged metadata and changelog, while adjusting the hygiene pipeline to accommodate upstream-provided vscode.proposed*.d.ts content changes (notably JSDoc punctuation) and simplifying the proposed-type headers.
Changes:
- Bump extension version to 0.150.0 in
package.jsonandpackage-lock.json. - Add 0.150.0 release notes to
CHANGELOG.md. - Update hygiene checks to compute file lines on-demand and exclude
src/@types/vscode.proposed*.d.tsfrom the unicode check; refresh a few proposed type definitions (header/version comment removal and punctuation).
File summaries
| File | Description |
|---|---|
| src/@types/vscode.proposed.chatSessionsProvider.d.ts | Removes legacy header version marker and updates JSDoc punctuation. |
| src/@types/vscode.proposed.chatParticipantPrivate.d.ts | Removes legacy header version marker. |
| src/@types/vscode.proposed.chatParticipantAdditions.d.ts | Removes legacy header version marker. |
| package.json | Updates extension version to 0.150.0. |
| package-lock.json | Updates lockfile package version fields to 0.150.0. |
| CHANGELOG.md | Adds 0.150.0 release notes (Fixes). |
| build/hygiene.js | Adds getFileLines() to support downstream checks when unicode pass is skipped. |
| build/filters.js | Excludes src/@types/vscode.proposed*.d.ts from unicode hygiene filtering. |
Copilot's findings
- Files reviewed: 4/8 changed files
- Comments generated: 1
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
dbaeumer
approved these changes
Jun 16, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.