Conversation
* Initial plan * chore: bump Teams manifest schema from v1.28 to v1.29 - Update LATEST_MANIFEST_VERSION to 1.29.0 in teamsAppManifestValidator.ts - Update manifest-valid.json test data to use v1.29 schema/manifestVersion - Update test assertion to reference 1.29.0 - Update all 21 sample appPackage/manifest.json files: $schema and manifestVersion bumped from 1.28 → 1.29 Closes #1751 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
…build hook (#1755) * refactor: missing directory existence check causes unhandled crash in build hook The `onSuccess` handler calls `readdirSync(srcDataDir)` without verifying the `src/data` directory exists. If a developer deletes or restructures the directory, or if a fresh clone is missing it, the build will crash with an unhandled `ENOENT` error. This is a build-breaking bug that surfaces as an opaque Node.js filesystem error rather than a clear message. Affected files: tsup.config.js Signed-off-by: kumburovicbranko682-boop <295886834+kumburovicbranko682-boop@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: kumburovicbranko682-boop <295886834+kumburovicbranko682-boop@users.noreply.github.com> Co-authored-by: Ning Tang <tecton69@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
wh-alice
approved these changes
Jul 2, 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.
This PR is created by Release Automation to sync latest changes from
devintomainin the samples repo.Triggered by release: VSC 6.11.6 (branch:
release/6.11)maindev