Skip to content

Commit 564c449

Browse files
Update github.vscode-github-actions, ms-vscode.cmake-tools, sonarsource.sonarlint-vscode, usernamehw.errorlens in devcontainer.json
1 parent 96018d6 commit 564c449

2 files changed

Lines changed: 63 additions & 4 deletions

File tree

.devcontainer/cpp/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
"extensions": [
3737
"alexkrechik.cucumberautocomplete@3.0.5",
3838
"github.copilot@1.388.0",
39-
"github.vscode-github-actions@0.30.0",
39+
"github.vscode-github-actions@0.31.0",
4040
"github.vscode-pull-request-github@0.126.0",
4141
"jetmartin.bats@0.1.10",
4242
"kherring.bats-test-runner@0.1.3",
4343
"mhutchie.git-graph@1.30.0",
4444
"ms-azuretools.vscode-docker@2.0.0",
4545
"ms-playwright.playwright@1.1.17",
46-
"ms-vscode.cmake-tools@1.21.36",
46+
"ms-vscode.cmake-tools@1.22.26",
4747
"ms-vscode.cpptools@1.29.3",
48-
"sonarsource.sonarlint-vscode@4.40.0",
49-
"usernamehw.errorlens@3.26.0"
48+
"sonarsource.sonarlint-vscode@4.41.0",
49+
"usernamehw.errorlens@3.28.0"
5050
]
5151
}
5252
}

pull-request-body.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
> [!NOTE]
2+
> 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.
3+
4+
Updates `usernamehw.errorlens` from 3.26.0 to 3.28.0
5+
<details>
6+
<summary>Release notes</summary>
7+
<blockquote>
8+
9+
10+
</blockquote>
11+
</details>
12+
13+
Updates `sonarsource.sonarlint-vscode` from 4.40.0 to 4.41.0
14+
<details>
15+
<summary>Release notes</summary>
16+
<blockquote>
17+
18+
Bugfixes and technical improvements
19+
</blockquote>
20+
</details>
21+
22+
Updates `ms-vscode.cmake-tools` from 1.21.36 to 1.22.26
23+
<details>
24+
<summary>Release notes</summary>
25+
<blockquote>
26+
27+
Features:
28+
- Add bookmarks and filtering of outline view. [#4539](https://www.github.com/microsoft/vscode-cmake-tools/pull/4539) [@bradphelan](https://www.github.com/bradphelan)
29+
- Add pre-fill project name using current folder name [#4533](https://www.github.com/microsoft/vscode-cmake-tools/pull/4533) [@HO-COOH](https://www.github.com/HO-COOH)
30+
- Add API v5 which adds presets api. [#4510](https://www.github.com/microsoft/vscode-cmake-tools/issues/4510) [@OrkunTokdemir](https://www.github.com/OrkunTokdemir)
31+
- Add an option to extract details about failing tests from CTest output using regular expressions. [#4420](https://www.github.com/microsoft/vscode-cmake-tools/issues/4420)
32+
- Add output parser for [include-what-you-use](https://www.github.com/include-what-you-use). [PR #4548](https://www.github.com/microsoft/vscode-cmake-tools/pull/4548) [@malsyned](https://www.github.com/malsyned)
33+
- Add better return information in the API. [PR #4518](https://www.github.com/microsoft/vscode-cmake-tools/pull/4518)
34+
35+
Improvements:
36+
37+
- In the Test Explorer, associate CTest tests with outermost function or macro invocation that calls `add_test()` instead of with the `add_test()` call itself. [#4490](https://www.github.com/microsoft/vscode-cmake-tools/issues/4490) [@malsyned](https://www.github.com/malsyned)
38+
- Better support of cmake v4.1 and its error index files in cmake-file-api replies [#4575](https://www.github.com/microsoft/vscode-cmake-tools/issues/4575) Contributed by STMicroelectronics
39+
- Added support for clang-cl vendor detection: `${buildKitVendor}`, `${buildKitVersionMajor}`, etc. now expand correctly when using clang-cl on Windows [#4524](https://www.github.com/microsoft/vscode-cmake-tools/pull/4524) [@wchou158](https://www.github.com/wchou158)
40+
41+
Bug Fixes:
42+
- Fix Compiler Warnings not shown in Problems Window [#4567]https://www.github.com/microsoft/vscode-cmake-tools/issues/4567
43+
- Fix bug in which clicking "Run Test" for filtered tests executed all tests instead [#4501](https://www.github.com/microsoft/vscode-cmake-tools/pull/4501) [@hippo91](https://www.github.com/hippo91)
44+
- Migrate macOS CI from deprecated macOS-13 to macOS-15 Image [#4633](https://www.github.com/microsoft/vscode-cmake-tools/pull/4633)
45+
- Ensure Visual Studio developer environment propagation preserves `VCPKG_ROOT`, enabling vcpkg-dependent configure runs after using the Set Visual Studio Developer Environment command. [microsoft/vscode-cpptools#14083](https://www.github.com/microsoft/vscode-cpptools/issues/14083)
46+
- Fix auto-focusing the "Search" input field in the CMake Cache view. [#4552](https://www.github.com/microsoft/vscode-cmake-tools/pull/4552) [@simhof-basyskom](https://www.github.com/simhof-basyskom)
47+
- Remove the demangling feature in the code coverage implementation for now since it doesn't work properly. [PR #4658](https://www.github.com/microsoft/vscode-cmake-tools/pull/4658)
48+
- Fix incorrect IntelliSense configuration when a `UTILITY` has source files. [#4404](https://www.github.com/microsoft/vscode-cmake-tools/issues/4404)
49+
</blockquote>
50+
</details>
51+
52+
Updates `github.vscode-github-actions` from 0.30.0 to 0.31.0
53+
<details>
54+
<summary>Release notes</summary>
55+
<blockquote>
56+
57+
58+
</blockquote>
59+
</details>

0 commit comments

Comments
 (0)