Skip to content

chore(deps, cpp): update ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer-metadata.json#1264

Merged
Ron (rjaegers) merged 1 commit intomainfrom
feature/amp-devcontainer-cpp/update-vscode-extensions-devcontainer-metadata.json
May 5, 2026
Merged

chore(deps, cpp): update ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer-metadata.json#1264
Ron (rjaegers) merged 1 commit intomainfrom
feature/amp-devcontainer-cpp/update-vscode-extensions-devcontainer-metadata.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 sonarsource.sonarlint-vscode from 5.1.0 to 5.2.1

Release notes
  • Fixed synchronization failure when the server returns dependency risks of Malware type.

  • On-demand download of analysis dependencies for C#

  • Update JS/TS/CSS analyzer 12.2 -> 12.3

  • Update Go analyzer 1.33 -> 1.36

  • Update Java Symbolic Execution analyzer 8.16.3 -> 8.16.4

  • Update PHP analyzer 3.55 -> 3.56

  • Update IaC analyzer 2.8 -> 2.9

  • Update C# analyzer 10.23 -> 10.24

Updates ms-vscode.cpptools from 1.31.5 to 1.32.2

Release notes

Instructions

The extension can be obtained by one of the methods below:

  • Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the Extensions view in VS Code.
  • Download a vsix that matches your OS from the Assets section below (and install it via the method mentioned above). The previous download methods have the vsix signatures verified by the Marketplace, but for this method, you can do the verification by downloading the matching manifest and signature.p7s file and running npx [at]vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s> vscode-vsce#1044.

Requirements

  • VS Code 1.67.0 or later (April 2022).
  • Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
    • Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: #13219.

Changes

New Feature

  • Add support for "Run without debugging". #1201

Enhancements

  • Add a C_Cpp.doxygen.generateOnCodeAction setting to allow disabling of Doxygen generation code actions. #14341
  • Add a cpptools.waitForTagParsing command (for use by the C/C++ DevTools extension). PR #14407
  • Improve wildcard matching with the debugger natvis. MIEngine#1162
  • Add support for HideRawView with the debugger natvis. MIEngine#1458

Bug Fixes

  • Fix high CPU usage caused by repeated calls to selectChatModels. #14168, #14211, #14241
  • Fix the MSVC developer environment not working if UCRTVersion isn't found, and update the walkthrough instructions for installing MSVC. #14352
  • Fix an IntelliSense crash when three special-case comments are used in a template. #14360
  • Fix Copilot hover taking too many premium requests. #14372
  • Fix null pointers being expandable for variables in the debugger. MIEngine#698
  • Fix recursive {this} evaluation with the debugger natvis. MIEngine#1391
  • Update clang-tidy and clang-format from 22.1.1 to 22.1.3 (bug fixes).
  • Fix a bug with semantic colorization of operators.

@philips-software-forest-releaser philips-software-forest-releaser Bot added the dependencies Pull requests that update a dependency file label May 3, 2026
@philips-software-forest-releaser philips-software-forest-releaser Bot requested a review from a team as a code owner May 3, 2026 03:47
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 3, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 23 0 0 0.4s
✅ DOCKERFILE hadolint 3 0 0 0.35s
✅ JSON npm-package-json-lint yes no no 0.48s
✅ JSON prettier 21 4 0 0 0.94s
✅ JSON v8r 21 0 0 10.38s
✅ MARKDOWN markdownlint 12 0 0 0 1.16s
✅ MARKDOWN markdown-table-formatter 12 0 0 0 0.36s
✅ REPOSITORY checkov yes no no 26.14s
✅ REPOSITORY gitleaks yes no no 1.53s
✅ REPOSITORY git_diff yes no no 0.02s
✅ REPOSITORY grype yes no no 51.83s
✅ REPOSITORY secretlint yes no no 2.15s
✅ REPOSITORY syft yes no no 2.34s
✅ REPOSITORY trivy yes no no 12.5s
✅ REPOSITORY trivy-sbom yes no no 0.48s
✅ REPOSITORY trufflehog yes no no 5.98s
⚠️ SPELL lychee 83 2 0 11.5s
✅ YAML prettier 31 0 0 0 1.2s
✅ YAML v8r 31 0 0 11.75s
✅ YAML yamllint 31 0 0 1.08s

Detailed Issues

⚠️ SPELL / lychee - 2 errors
[IGNORED] docker://pandoc/extra:3.9.0.0-ubuntu@sha256:72afa9c8d3300e5f10c9c4330e101725687f2179bffd912fb859c6d2ae85de62 | Unsupported: Error creating request client: builder error for url (docker://pandoc/extra:3.9.0.0-ubuntu@sha256:72afa9c8d3300e5f10c9c4330e101725687f2179bffd912fb859c6d2ae85de62)
[ERROR] https://www.contributor-covenant.org/version/2/0/code_of_conduct.html | Network error: error sending request for url (https://www.contributor-covenant.org/version/2/0/code_of_conduct.html) Maybe a certificate error?
[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.....122
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........2

Errors in .github/CODE_OF_CONDUCT.md
[ERROR] https://www.contributor-covenant.org/version/2/0/code_of_conduct.html | Network error: error sending request for url (https://www.contributor-covenant.org/version/2/0/code_of_conduct.html) Maybe a certificate error?

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

You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:

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.4.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,DOCKERFILE_HADOLINT,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
Show us your support by starring ⭐ the repository

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 144.72 MB 144.72 MB +336 B (+0%) 🔼
linux/arm64 137.03 MB 137.03 MB +11 B (+0%) 🔼

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 455.22 MB 455.22 MB +375 B (+0%) 🔼
linux/arm64 408.41 MB 408.41 MB +1 B (+0%) 🔼

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 540.65 MB 540.65 MB +971 B (+0%) 🔼
linux/arm64 522.24 MB 522.24 MB 1.4 kB (0%) 🔽

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

Test Results

 13 files  ±0   13 suites  ±0   20m 34s ⏱️ -6s
 33 tests ±0   33 ✅ ±0  0 💤 ±0  0 ❌ ±0 
137 runs  ±0  137 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9b0fb62. ± Comparison against base commit 13f103c.

@rjaegers Ron (rjaegers) added this pull request to the merge queue May 5, 2026
Merged via the queue into main with commit bcd3adb May 5, 2026
55 checks passed
@rjaegers Ron (rjaegers) deleted the feature/amp-devcontainer-cpp/update-vscode-extensions-devcontainer-metadata.json branch May 5, 2026 10:10
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pull Request Report (#1264)

Static measures

Description Value
Number of added lines 2
Number of deleted lines 2
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.3 Days
Time that was spend on the branch before the PR was created 3 Sec
Time that was spend on the branch before the PR was merged 2.3 Days
Time to merge after last review 23.9 Min

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 1.2 Hours
Total time spend in last status check run on PR 22.6 Min

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