mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-03 01:13:12 +08:00
Add a build-script unit test that fails when an agent SDK's pinned version drifts between the runtime pin (repo-root package.json devDependencies), the build pin (build/agent-sdk/agents/<sdk>/package.json), and the resolved version in that SDK's package-lock.json. The lockstep was previously documented as a manual procedure only. Extend the build test glob to include agent-sdk/ and note the new enforcement in the README. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>