Skip to content

chore(deps, rust): update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode, usernamehw.errorlens in devcontainer.json#1130

Merged
Ron (rjaegers) merged 1 commit into
mainfrom
feature/amp-devcontainer-rust/update-vscode-extensions-devcontainer.json
Feb 3, 2026
Merged

chore(deps, rust): update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode, usernamehw.errorlens in devcontainer.json#1130
Ron (rjaegers) merged 1 commit into
mainfrom
feature/amp-devcontainer-rust/update-vscode-extensions-devcontainer.json

Conversation

@philips-software-forest-releaser
Copy link
Copy Markdown
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 usernamehw.errorlens from 3.26.0 to 3.28.0

Release notes

Updates sonarsource.sonarlint-vscode from 4.39.0 to 4.42.0

Release notes
  • Update JS/TS/CSS analyzer 11.7 -> 11.8
  • Update Java analyzer 8.22 -> 8.23

Bugfixes and technical improvements

  • Update Text & Secrets analyzer 2.36 -> 2.38
  • Update CFamily analyzer 6.76 -> 6.77
  • Upadte XML analyzer 2.14.2 to 2.15
  • Update IaC analyzer 2.3 -> 2.5
  • Update PHP analyzer 3.53 -> 3.54
  • Update Go analyzer 1.31 -> 1.32
  • Update C# analyzer 10.17 -> 10.18
  • Bugfix - Can't setup SonarQube Cloud connection when there are many organisations to pick from
  • Enable AI Agent configurations for Kiro
  • Capture data locally with flight recorder

Updates rust-lang.rust-analyzer from 0.3.2743 to 0.3.2777

Release notes

Commit: 7cb789d
Release: 2026-02-02 (v0.3.2777)

New Features

  • #21408 add support for default field values.
  • #21460 add support for #![feature(new_range)].

Fixes

  • #21564 fix upvar analysis of nested closures and re-enable unused_variables and unused_mut.
  • #21527 match => and == after meta in macros.
  • #21528 handle Self::EnumVariant and Self on traits in doclinks.
  • #21533 fix panic when an opaque was constrained to an impossible type in method autoderef.
  • #21555 clear diagnostics on panic.
  • #21542 complete inferred types in statics.
  • #21495 complete else before tuples.
  • #21513 use binding name for the new function in extract_function.
  • #21522 add semicolon in toggle_macro_delimiter.
  • #21514 handle continue in convert_range_for_to_while.
  • #21534 don't panic if spawning the workspace discovery command fails.

Internal Improvements

  • #21548 make JSON and postcard protocols explicit, drop generic Codec.
  • #21410 handle cancellation in bidirectional proc macro calls.

See also the changelog post.

Commit: 2532c48
Release: 2026-01-26 (v0.3.2769)

Fixes

  • #21497 (first contribution) allow const evaluation errors in method resolution.
  • #21491 insert type variables for statics.
  • #21490 don't mix up regular and built-in derives in "Expand macro recursively".
  • #21485 avoid emitting redundant block in move_guard.
  • #21499 don't offer apply_demorgan on if let.

Internal Improvements

  • #21492 fix parameter capture and drop order in async functions.
  • #21385 parallelize proc macro expansion.
  • #21479 add tests for bidirectional communication in proc macro expansion.
  • #21509 add tests for renaming keywords in imports.

See also the changelog post.

Commit: 080e703
Release: 2026-01-19 (v0.3.2761)

New Features

  • #21483 trigger flycheck when non-workspace files get modified.

Fixes

  • #21475 (first contribution) look up flycheck by ID instead of vector index.
  • #21462 sync cast checks to rustc once again.
  • #21456 make naked_asm!() always return !.
  • #21364 fix lowering crash with supertrait predicates.
  • #21445 disable unused_variables and unused_mut warnings.
  • #21459 hide macro-generated renamed imports from symbol index.
  • #21464 respect re-exports in path symbol search.
  • #21484 don't show sysroot dependencies in symbol search.
  • #21451 complete mut and raw on &x.foo().
  • #21442 keep +#[cfg]+ and +#[track_caller]+ after extract_function.
  • #21412 keep guard expression in move_guard.
  • #20946 offer convert_to_guarded_return on if let ... else.
  • #21465 don't offer remove_parentheses on (2 as i32) < 3.

Internal Improvements

  • #21458, #21443 migrate unwrap_block and generate_mut_trait_impl assists to SyntaxEditor.
  • #21466 remove postcard-legacy proc macro server protocol.
  • #21468 improve workspace.discoverConfig docs.

See also the changelog post.

Commit: dd48777
Release: 2026-01-12 (v0.3.2753)

New Features

  • #21415, #21446 allow Rust paths in symbol search.
  • #18043 support configuring flycheck using workspace.discoverConfig.

Performance Improvements

  • #21407 reuse scratch allocations for try_evaluate_obligations.

Fixes

  • #21414 (first contribution) include traits defined in other crates in flyimport.
  • #21436 (first contribution) handle #[ignore = "reason"] on tests.
  • #21405 (first contribution) support Span::line and Span::column in proc macro expansion.
  • #21416 support Span::byte_range in proc macro expansion.
  • #21421 fix recursive built-in derive expansion.
  • #21399 properly lower SelfOnly predicates.
  • #21434 remove code made redundant by method resolution rewrite.
  • #21432 fix missing lifetimes diagnostics with function pointers.
  • #21420 ignore escapes when string highlighting is disabled.

Internal Improvements

  • #21438, #21439 add integration test infrastructure to proc macro server.
  • #21433 include private definitions in generated docs.

See also the changelog post.

Updates github.vscode-pull-request-github from 0.124.1 to 0.126.0

Release notes

0.126.0

Changes

  • A multi-diff editor can be opened for a pull request by URI. For example, vscode-insiders://github.vscode-pull-request-github/open-pull-request-changes?uri=https://www.github.com/microsoft/vscode-css-languageservice/pull/460.
  • There's an option to "Checkout on Codespace" from the pull request description webview.
  • ctrl/cmd + R when the pull request description webview is focused will refresh the webview.
  • You can "Reveal in Explorer" from files in the "Changes in Pull Request" view and the "Pull Requests" views.
  • Commit SHAs in PR file comments will be linkified.
  • Set "githubPullRequests.pullRequestDescription": "branchName" to have the pull request title pre-filled with the branch name when creating a new pull request.
  • The command "GitHub Issues: Open Issue on GitHub" can be used when your cursor is in an issue reference (e.g., #1234) in a text file to open the issue on GitHub.
  • Set "githubPullRequests.commentExpandState": "collapsePreexisting" to have pre-existing comments collapsed by default when opening a pull request description webview, while new comments remain expanded.
  • Choose which PR template to use when creating a new pull request (requires that "githubPullRequests.pullRequestDescription": "template" is set).

Button to change pull request template

  • Metadata from issue templates (e.g., assignees, labels) is now applied when creating a new issue from a template.
  • Issues created from TODO comments are assigned to the current user by default.
  • "githubPullRequests.createOnPublishBranch" can be set to "always" to always create a pull request when publishing a branch.
  • Open pull requests can be converted to drafts from the pull request description webview.

Convert to draft

  • We attempt to unwrap shortened commit lines in the pull request description webview to improve readability.
  • Copilot can generate descriptions for existing pull requests. "Edit" the description then use the sparkle icon to have Copilot generate a description.

Generate description for an existing pull request

  • Instead of checking out the default branch when you're done with a PR, you can configure that the PR base branch is checked out with "githubPullRequests.postDone": "checkoutPullRequestBaseBranch".
  • You can change the base branch of a PR from the pull request description webview.

Change base branch

  • PR branches can be configured to be automatically deleted when the PR is merged from this extension with the setting "githubPullRequests.deleteBranchAfterMerge": true.
  • When opening a folder for the first time, existing PR branches will be discovered and added to the "Local Pull Request Branches" view.

Fixes

Updates github.vscode-github-actions from 0.29.1 to 0.31.0

Release notes

What's Changed

New Contributors

Full Changelog: https://www.github.com/github/vscode-github-actions/compare/release-v0.29.1...release-v0.30.0

…b, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode, usernamehw.errorlens in devcontainer.json
@philips-software-forest-releaser philips-software-forest-releaser Bot added dependencies Pull requests that update a dependency file vscode-extensions labels Feb 3, 2026
@philips-software-forest-releaser philips-software-forest-releaser Bot requested a review from a team as a code owner February 3, 2026 08:42
@philips-software-forest-releaser philips-software-forest-releaser Bot added dependencies Pull requests that update a dependency file vscode-extensions labels Feb 3, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Feb 3, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 3, 2026

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-base:edgeghcr.io/philips-software/amp-devcontainer-base:pr-1130

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 167.84 MB 173.95 MB +6.11 MB (+3.64%) 🔼
linux/arm64 166.46 MB 166.46 MB +5.78 kB (+0%) 🔼

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 3, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 20 0 0 0.53s
✅ DOCKERFILE hadolint 3 0 0 0.72s
✅ GHERKIN gherkin-lint 6 0 0 2.55s
✅ JSON npm-package-json-lint yes no no 0.39s
✅ JSON prettier 21 4 0 0 0.51s
✅ JSON v8r 21 0 0 7.62s
✅ MARKDOWN markdownlint 12 0 0 0 0.93s
✅ MARKDOWN markdown-table-formatter 12 0 0 0 0.24s
✅ REPOSITORY checkov yes no no 18.82s
✅ REPOSITORY gitleaks yes no no 0.59s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 29.2s
✅ REPOSITORY secretlint yes no no 0.94s
✅ REPOSITORY syft yes no no 1.9s
✅ REPOSITORY trivy yes no no 5.79s
✅ REPOSITORY trivy-sbom yes no no 0.24s
✅ REPOSITORY trufflehog yes no no 2.28s
⚠️ SPELL lychee 80 1 0 21.76s
✅ YAML prettier 28 0 0 0 1.27s
✅ YAML v8r 28 0 0 7.55s
✅ YAML yamllint 28 0 0 1.0s

Detailed Issues

⚠️ SPELL / lychee - 1 error
[IGNORED] docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a | Unsupported: Error creating request client: builder error for url (docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a)
[403] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads | Network error: Forbidden
[IGNORED] https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer | Unsupported: Error creating request client: builder error for url (vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer)
📝 Summary
---------------------
🔍 Total..........126
✅ Successful.....123
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........1

Errors in .github/TOOL_VERSION_ISSUE_TEMPLATE.md
[403] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads | Network error: Forbidden

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 mega-linter-runner@9.3.0 --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_CHECKOV,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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 3, 2026

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 548.25 MB 554.36 MB +6.11 MB (+1.11%) 🔼
linux/arm64 508.58 MB 508.59 MB +5.77 kB (+0%) 🔼

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 3, 2026

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 682.84 MB 688.95 MB +6.11 MB (+0.89%) 🔼
linux/arm64 670.43 MB 670.43 MB +6.05 kB (+0%) 🔼

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 3, 2026

Test Results

 6 files   - 1   6 suites   - 1   2m 26s ⏱️ - 1m 31s
32 tests  - 1  32 ✅  - 1  0 💤 ±0  0 ❌ ±0 
68 runs   - 1  68 ✅  - 1  0 💤 ±0  0 ❌ ±0 

Results for commit 50ef831. ± Comparison against base commit 5c7493c.

@rjaegers Ron (rjaegers) added this pull request to the merge queue Feb 3, 2026
Merged via the queue into main with commit b93db92 Feb 3, 2026
48 of 49 checks passed
@rjaegers Ron (rjaegers) deleted the feature/amp-devcontainer-rust/update-vscode-extensions-devcontainer.json branch February 3, 2026 10:47
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 3, 2026

Pull Request Report (#1130)

Static measures

Description Value
Number of added lines 5
Number of deleted lines 5
Number of changed files 1
Number of commits 1
Number of reviews 1
Number of comments (w/o review comments) 6
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 4

Time related measures

Description Value
PR lead time (from creation to close of PR) 2.1 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.1 Hours
Time to merge after last review 48.1 Min

Status check related measures

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 4, 2026

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

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.

1 participant