Skip to content

Conversation

@philips-software-forest-releaser
Copy link
Contributor

@philips-software-forest-releaser philips-software-forest-releaser bot commented Jun 1, 2025

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-vscode.cpptools from 1.25.3 to 1.26.3

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

  • Improve the context provided for C++ Copilot suggestions.

Enhancements

  • Add support for c++26/2c, gnu++26/2c, and c++23preview configurations. #12963, #13133
  • Add more return code and error logging when compiler querying fails. #13679
  • IntelliSense parser updates.

Bug Fixes

  • Fix completion triggering from . on the last column of a multi-line comment block. #13288
  • Fix an invalid IntelliSense error with C++23 escape sequences. #13338
  • Fix switch header/source for CUDA files. #13575
  • Fix include completion adding an extra " in insert mode. #13615
  • Fix a bug with compiler querying of MinGW. #13622
  • Fix -iquote not working after -isystem. #13638
  • Minor debugger fixes. PR #13654, PR #13671
  • Fix browse.path merging with the configuration provider's browse.path with "mergeConfigurations": false. #13660
  • Fix doxygen comments with [in], [in,out], etc. attributes. #13682, #13698
  • Fix old defines accumulating after defines are changed with "mergeConfigurations": true. #13687
  • Fix changes to mergeable properties in c_cpp_properties.json not being used until a new configuration is requested with "mergeConfigurations": true. #13688
  • Update Apple clang 16.4 to LLVM clang version mappings and fix incorrect mappings for Apple clang 14.
  • Update the bundled clang-format and clang-tidy from 20.1.3 to 20.1.7 (for bug fixes).
  • Fix an IntelliSense crash when calling save_class_members.
  • Fix a tag parser crash regression.
  • Update and fix some translations.

Updates llvm-vs-code-extensions.vscode-clangd from 0.1.33 to 0.2.0

Release notes

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

github-actions bot commented Jun 1, 2025

📦 Container Size Analysis

Comparing ghcr.io/philips-software/amp-devcontainer-rust:edge to ghcr.io/philips-software/amp-devcontainer-rust:pr-808

📈 Size Comparison Table

OS/Platform Previous Size Current Size Change Trend
linux/amd64 489.22M 489.22M 0.00 (+0.00%) 🔄
linux/arm64 441.18M 441.18M 0.00 (+0.00%) 🔄

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2025

📦 Container Size Analysis

Comparing ghcr.io/philips-software/amp-devcontainer-cpp:edge to ghcr.io/philips-software/amp-devcontainer-cpp:pr-808

📈 Size Comparison Table

OS/Platform Previous Size Current Size Change Trend
linux/amd64 662.41M 662.41M 0.00 (+0.00%) 🔄
linux/arm64 645.11M 645.11M 0.00 (+0.00%) 🔄

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 18 0 0 0.57s
✅ DOCKERFILE hadolint 2 0 0 0.87s
✅ GHERKIN gherkin-lint 2 0 0 1.05s
✅ JSON npm-package-json-lint yes no no 0.45s
✅ JSON prettier 16 1 0 0 0.58s
✅ JSON v8r 16 0 0 7.52s
✅ MARKDOWN markdownlint 9 0 0 0 0.88s
✅ MARKDOWN markdown-table-formatter 9 0 0 0 0.33s
✅ REPOSITORY checkov yes no no 17.74s
✅ REPOSITORY gitleaks yes no no 0.4s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ REPOSITORY grype yes no 1 23.85s
✅ REPOSITORY secretlint yes no no 0.98s
✅ REPOSITORY syft yes no no 1.97s
✅ REPOSITORY trivy yes no no 7.02s
✅ REPOSITORY trivy-sbom yes no no 0.24s
✅ REPOSITORY trufflehog yes no no 3.26s
✅ SPELL lychee 63 0 0 1.82s
✅ YAML prettier 24 0 0 0 1.08s
✅ YAML v8r 24 0 0 6.59s
✅ YAML yamllint 24 0 0 0.88s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2025

Test Results

 4 files  ±0   4 suites  ±0   2m 28s ⏱️ -1s
30 tests ±0  30 ✅ ±0  0 💤 ±0  0 ❌ ±0 
64 runs  ±0  64 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 2ca8bfe. ± Comparison against base commit 5680fbe.

♻️ This comment has been updated with latest results.

@rjaegers
Copy link
Member

rjaegers commented Jun 1, 2025

Warning: ⚠️ don't merge without a thorough manual check.

@rjaegers rjaegers marked this pull request as draft June 1, 2025 11:37
@philips-software-forest-releaser philips-software-forest-releaser bot force-pushed the feature/amp-devcontainer-cpp/update-vscode-extensions branch 2 times, most recently from 2dbbbf0 to 027bf96 Compare June 10, 2025 07:26
@philips-software-forest-releaser philips-software-forest-releaser bot changed the title chore(deps, cpp): update sonarsource.sonarlint-vscode chore(deps, cpp): update llvm-vs-code-extensions.vscode-clangd, sonarsource.sonarlint-vscode Jun 10, 2025
@esalman-philips esalman-philips self-requested a review June 10, 2025 11:23
@philips-software-forest-releaser philips-software-forest-releaser bot force-pushed the feature/amp-devcontainer-cpp/update-vscode-extensions branch from 409dffa to 37b58c8 Compare June 15, 2025 03:06
@philips-software-forest-releaser philips-software-forest-releaser bot force-pushed the feature/amp-devcontainer-cpp/update-vscode-extensions branch 2 times, most recently from 8858aeb to d37d9c1 Compare June 27, 2025 11:59
@philips-software-forest-releaser philips-software-forest-releaser bot changed the title chore(deps, cpp): update llvm-vs-code-extensions.vscode-clangd, sonarsource.sonarlint-vscode chore(deps, cpp): update llvm-vs-code-extensions.vscode-clangd, ms-vscode.cpptools, sonarsource.sonarlint-vscode Jun 27, 2025
@philips-software-forest-releaser philips-software-forest-releaser bot force-pushed the feature/amp-devcontainer-cpp/update-vscode-extensions branch from d37d9c1 to 669d638 Compare June 29, 2025 03:09
@rjaegers rjaegers changed the title chore(deps, cpp): update llvm-vs-code-extensions.vscode-clangd, ms-vscode.cpptools, sonarsource.sonarlint-vscode chore(deps, cpp): update llvm-vs-code-extensions.vscode-clangd, ms-vscode.cpptools Jul 4, 2025
@rjaegers rjaegers marked this pull request as ready for review July 4, 2025 06:21
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 4, 2025

@rjaegers rjaegers merged commit 66c75ea into main Jul 4, 2025
34 of 35 checks passed
@rjaegers rjaegers deleted the feature/amp-devcontainer-cpp/update-vscode-extensions branch July 4, 2025 08:30
@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2025

Pull Request Report (#808)

Static measures

Description Value
Number of added lines 2
Number of deleted lines 2
Number of changed files 1
Number of commits 3
Number of reviews 2
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 2
Get the total number of participants of a Pull Request 6

Time related measures

Description Value
PR lead time (from creation to close of PR) 33.2 Days
Time that was spend on the branch before the PR was created 0 Sec
Time that was spend on the branch before the PR was merged 5.2 Days
Time to merge after last review 2.1 Hours

Status check related measures

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

@github-actions
Copy link
Contributor

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

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.

3 participants