From 60437914e0e073f543dbcffc1e31227e604276b5 Mon Sep 17 00:00:00 2001 From: "embedded-releaser-app[bot]" <190257042+embedded-releaser-app[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 05:45:02 +0000 Subject: [PATCH] Update github.vscode-github-actions, github.vscode-pull-request-github, sonarsource.sonarlint-vscode in devcontainer.json --- .devcontainer/cpp/devcontainer.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.devcontainer/cpp/devcontainer.json b/.devcontainer/cpp/devcontainer.json index 210cd9ae..7b151926 100644 --- a/.devcontainer/cpp/devcontainer.json +++ b/.devcontainer/cpp/devcontainer.json @@ -7,7 +7,9 @@ "BASE_IMAGE": "embedded-devcontainer-base:local" } }, - "forwardPorts": [6080], + "forwardPorts": [ + 6080 + ], "remoteEnv": { "CONTAINER_FLAVOR": "cpp", "NODE_EXTRA_CA_CERTS": "/etc/ssl/certs/ca-certificates.crt" @@ -34,8 +36,8 @@ "extensions": [ "alexkrechik.cucumberautocomplete@3.1.0", "github.copilot@1.388.0", - "github.vscode-github-actions@0.31.5", - "github.vscode-pull-request-github@0.142.0", + "github.vscode-github-actions@0.32.3", + "github.vscode-pull-request-github@0.160.0", "jetmartin.bats@0.1.10", "kherring.bats-test-runner@0.1.3", "mhutchie.git-graph@1.30.0", @@ -43,7 +45,7 @@ "ms-playwright.playwright@1.1.19", "ms-vscode.cmake-tools@1.23.52", "ms-vscode.cpptools@1.32.2", - "sonarsource.sonarlint-vscode@5.2.3", + "sonarsource.sonarlint-vscode@5.6.0", "usernamehw.errorlens@3.28.0" ] }