Skip to content

Conversation

@philips-software-forest-releaser
Copy link
Contributor

Note

Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are limited automated tests for the VS Code Extension updates.

Updates ms-playwright.playwright from 1.1.15 to 1.1.16

Release notes

What's Changed

Full Changelog: https://www.github.com/microsoft/playwright-vscode/compare/v1.1.15...v1.1.16

Updates github.vscode-pull-request-github from 0.118.2 to 0.120.0

Release notes

0.120.0

Changes

  • The #openPullRequest tool recognizes open PR diffs and PR files as being the "open pull request".
  • All Copilot PR notifications can be marked as ready using the right-click context menu on the Copilot section header in the Pull Requests view.
  • The setting githubIssues.issueAvatarDisplay can be used to control whether the first assignee's avatar or the author's avatar is shown in the Issues view.
  • Instead of always running the pull request queries that back the Pull Requests view when refreshing, we now check to see if there are new PRs in the repo before running the queries. This should reduce API usage when there are no new PRs.
  • The "Copy link" action is back near the PR title in the pull request description webview.
  • You can configure that the default branch is pulled when you're "done" with a PR using "githubPullRequests.postDone": "checkoutDefaultBranchAndPull".

Fixes

@philips-software-forest-releaser philips-software-forest-releaser bot requested a review from a team as a code owner October 10, 2025 12:06
@philips-software-forest-releaser philips-software-forest-releaser bot added dependencies Pull requests that update a dependency file vscode-extensions labels Oct 10, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 10, 2025

Test Results

 5 files  ±0   5 suites  ±0   3m 38s ⏱️ +2s
31 tests ±0  31 ✅ ±0  0 💤 ±0  0 ❌ ±0 
65 runs  ±0  65 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 88bd2fb. ± Comparison against base commit e430762.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 10, 2025

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 20 0 0 0.6s
✅ DOCKERFILE hadolint 2 0 0 0.77s
✅ GHERKIN gherkin-lint 6 0 0 2.28s
✅ JSON npm-package-json-lint yes no no 0.37s
✅ JSON prettier 15 2 0 0 0.36s
✅ JSON v8r 15 0 0 16.08s
✅ MARKDOWN markdownlint 10 0 0 0 0.92s
✅ MARKDOWN markdown-table-formatter 10 0 0 0 0.2s
✅ REPOSITORY gitleaks yes no no 0.63s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 27.75s
✅ REPOSITORY secretlint yes no no 0.98s
✅ REPOSITORY syft yes no no 1.94s
✅ REPOSITORY trivy yes no no 6.89s
✅ REPOSITORY trivy-sbom yes no no 0.24s
✅ REPOSITORY trufflehog yes no no 3.76s
✅ SPELL lychee 70 0 0 10.95s
✅ YAML prettier 26 0 0 0 0.79s
✅ YAML v8r 26 0 0 6.77s
✅ YAML yamllint 26 0 0 0.74s

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx [email protected] --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,DOCKERFILE_HADOLINT,GHERKIN_GHERKIN_LINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

@sonarqubecloud
Copy link

@github-actions
Copy link
Contributor

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-rust:edgeghcr.io/philips-software/amp-devcontainer-rust:pr-970

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 539.33 MB 539.33 MB 277 B (0%) 🔽
linux/arm64 498.75 MB 495.81 MB 2.94 MB (-0.59%) 🔽

@github-actions
Copy link
Contributor

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-cpp:edgeghcr.io/philips-software/amp-devcontainer-cpp:pr-970

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 693.5 MB 693.5 MB 585 B (0%) 🔽
linux/arm64 676.55 MB 676.55 MB +169 B (+0%) 🔼

@rjaegers rjaegers added this pull request to the merge queue Oct 10, 2025
Merged via the queue into main with commit 3b85249 Oct 10, 2025
34 of 35 checks passed
@rjaegers rjaegers deleted the feature/amp-devcontainer-cpp/update-vscode-extensions-devcontainer.json branch October 10, 2025 14:56
@github-actions
Copy link
Contributor

Pull Request Report (#970)

Static measures

Description Value
Number of added lines 2
Number of deleted lines 2
Number of changed files 1
Number of commits 2
Number of reviews 1
Number of comments (w/o review comments) 5
Number of reviews that contains a comment to resolve 0
Number of reviews that requested a change from the author 0
Number of reviews that approved the Pull Request 1
Get the total number of participants of a Pull Request 5

Time related measures

Description Value
PR lead time (from creation to close of PR) 2.8 Hours
Time that was spend on the branch before the PR was created 2 Sec
Time that was spend on the branch before the PR was merged 2.8 Hours
Time to merge after last review 11.3 Min

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 39.4 Min
Total time spend in last status check run on PR 12.2 Min

@github-actions
Copy link
Contributor

🎉 Hooray! The changes in this pull request went live with the release of v6.5.1 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file vscode-extensions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants