Update changelog for 1.35.1 - #14765
Merged
Sean McManus (sean-mcmanus) merged 1 commit intoSep 11, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Sean McManus (sean-mcmanus)
September 11, 2026 23:07
View session
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No blocking issues were identified; only a minor consistency nit remains.
Pull request overview
Updates the extension to version 1.35.1-main and adds the September 14, 2026 changelog.
Changes:
- Bumps the extension version.
- Adds release notes for features, enhancements, and fixes.
File summaries
| File | Description |
|---|---|
Extension/package.json |
Updates the extension version. |
Extension/CHANGELOG.md |
Adds the 1.35.1 release notes; a minor localization consistency nit remains. |
Review details
Suppressed comments (1)
Extension/CHANGELOG.md:15
- The linked removal deleted the source schema/UI keys, but the checked-in translation catalogs still contain both
recursiveIncludes.reduceentries in all 13 locales (for example,Extension/i18n/fra/package.i18n.jsonandExtension/i18n/fra/ui/settings.html.i18n.json). Sincetranslations-generateconsumes these catalogs, please remove the obsolete keys from the catalogs in this release as well so the localization inputs stay consistent with the setting and UI removal.
* Remove the obsolete `C_Cpp.default.recursiveIncludes.reduce` setting and its configuration UI control. [PR #14761](https://github.com/microsoft/vscode-cpptools/pull/14761)
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Colen Garoutte-Carson (Colengms)
approved these changes
Sep 11, 2026
Sean McManus (sean-mcmanus)
marked this pull request as ready for review
September 11, 2026 23:12
Colen Garoutte-Carson (Colengms)
approved these changes
Sep 11, 2026
Sean McManus (sean-mcmanus)
deleted the
seanmcm/devbox2-wsl/agent42/changelog-1.35.1
branch
September 11, 2026 23:34
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.
Summary
Add the 1.35.1 changelog for the September 14, 2026 pre-release and update the extension version to
1.35.1-main. The translation-unit selection command is listed as a new feature for choosing IntelliSense context for the active header file.Validation
git diff --checkpassed.