Skip to content

Merge for 1.35.1 (pre-release) - #14764

Merged
Sean McManus (sean-mcmanus) merged 5 commits into
insidersfrom
main
Sep 11, 2026
Merged

Merge for 1.35.1 (pre-release)#14764
Sean McManus (sean-mcmanus) merged 5 commits into
insidersfrom
main

Conversation

@sean-mcmanus

Copy link
Copy Markdown
Contributor

No description provided.

* Retry test VS Code acquisition and propagate failures

* Normalize compile-and-test workflow line endings
* Add select translation unit command

* Add translation unit fallback warnings

* Improve translation unit selection feedback

* Apply TypeScript formatting

* Revert unrelated TypeScript formatting

* Clean up unrelated TypeScript formatting

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

Correct symlinked-workspace path handling and remove obsolete entries from checked-in localization catalogs.

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Prepares the 1.35.1 pre-release with translation-unit selection, dependency updates, and more reliable VS Code acquisition in CI.

Changes:

  • Adds translation-unit selection commands and LSP plumbing.
  • Removes the obsolete recursiveIncludes.reduce setting.
  • Adds acquisition retries, tests, CI coverage, and lockfile updates.
File summaries
File Description
Themes/package-lock.json Updates transitive dependencies.
ExtensionPack/package-lock.json Updates transitive dependencies.
Extension/yarn.lock Updates dependency resolutions.
Extension/ui/settings.html Removes the obsolete setting UI; localized UI catalogs also need cleanup.
Extension/src/nativeStrings.json Adds translation-unit messages.
Extension/src/LanguageServer/extension.ts Implements selection UI and path mapping; symlinked-workspace protocol paths need correction.
Extension/src/LanguageServer/configurations.ts Removes the obsolete configuration field.
Extension/src/LanguageServer/client.ts Adds LSP requests and notifications.
Extension/package.nls.json Adds command localization and removes obsolete text; localized catalogs also need cleanup.
Extension/package.json Registers the command and test script.
Extension/.scripts/vscode.ts Adds acquisition retries and error handling.
Extension/.scripts/vscode.test.mjs Tests acquisition behavior.
Extension/.scripts/installAndCopyBinaries.ts Propagates installation failures.
.github/workflows/job-compile-and-test.yml Runs acquisition tests in CI.
.github/actions/package-lock.json Updates js-yaml.
Review details

Files not reviewed (3)

  • .github/actions/package-lock.json: Generated file
  • ExtensionPack/package-lock.json: Generated file
  • Themes/package-lock.json: Generated file

Suppressed comments (1)

Extension/src/LanguageServer/extension.ts:559

  • getEditorPath converts the server's real path into the workspace/editor path for display, but this value is sent back to the language server as the selected translation unit. In a symlinked workspace that changes the candidate path the server returned under RootRealPath, so selection can fail or target a path the server does not recognize; keep the original candidate for the protocol and use editorPath only for the Quick Pick UI.
            translationUnit: editorPath
  • Files reviewed: 11/15 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread Extension/package.nls.json
Comment thread Extension/ui/settings.html
@sean-mcmanus
Sean McManus (sean-mcmanus) marked this pull request as ready for review September 11, 2026 23:35
@sean-mcmanus
Sean McManus (sean-mcmanus) merged commit 1188619 into insiders Sep 11, 2026
10 checks passed
@github-project-automation github-project-automation Bot moved this from Pull Request to Done in cpptools Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants