Skip to content

fix build#309224

Merged
joaomoreno merged 1 commit intomainfrom
joao/green-capybara
Apr 11, 2026
Merged

fix build#309224
joaomoreno merged 1 commit intomainfrom
joao/green-capybara

Conversation

@joaomoreno
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 11, 2026 19:35
@joaomoreno joaomoreno enabled auto-merge (squash) April 11, 2026 19:35
@joaomoreno joaomoreno self-assigned this Apr 11, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the build hygiene filters and introduces a new macOS provisioning profile under build/darwin, seemingly to address build/hygiene failures caused by provisioning profile files and generated extension outputs.

Changes:

  • Exclude *.provisionprofile files from the unicode and copyright hygiene checks.
  • Exclude extensions/mermaid-chat-features/chat-webview-out/** from the copyright hygiene check.
  • Add build/darwin/distribution.provisionprofile to the repository.
Show a summary per file
File Description
build/filters.ts Updates hygiene filter globs to exclude provisioning profiles and a generated webview output directory.
build/darwin/distribution.provisionprofile Adds a macOS provisioning profile file to the repo.

Copilot's findings

  • Files reviewed: 1/2 changed files
  • Comments generated: 1

Comment on lines 45 to 49
'!**/*.{d.ts,json,md}',
'!**/*.mp3',
'!**/*.tiff',
'!**/*.provisionprofile',

Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

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

The hygiene pipeline runs the indentation check after the unicode stage, and *.provisionprofile files are still included in indentationFilter. If this provisioning profile is kept in-repo, it likely needs to be excluded from indentationFilter (or from all) as well; otherwise build/hygiene.ts may still fail on indentation for this file type even though it’s excluded from unicode/copyright checks.

Copilot uses AI. Check for mistakes.
@joaomoreno joaomoreno merged commit 48409a5 into main Apr 11, 2026
30 checks passed
@joaomoreno joaomoreno deleted the joao/green-capybara branch April 11, 2026 20:09
@vs-code-engineering vs-code-engineering bot added this to the 1.116.0 milestone Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants