diff --git a/.devcontainer/cpp/devcontainer.json b/.devcontainer/cpp/devcontainer.json index d5fe59f3..a5bf4c03 100644 --- a/.devcontainer/cpp/devcontainer.json +++ b/.devcontainer/cpp/devcontainer.json @@ -32,16 +32,16 @@ "extensions": [ "alexkrechik.cucumberautocomplete@3.0.5", "github.copilot@1.388.0", - "github.vscode-github-actions@0.28.1", - "github.vscode-pull-request-github@0.122.1", + "github.vscode-github-actions@0.28.2", + "github.vscode-pull-request-github@0.124.0", "jetmartin.bats@0.1.10", "kherring.bats-test-runner@0.1.3", "mhutchie.git-graph@1.30.0", "ms-azuretools.vscode-docker@2.0.0", "ms-playwright.playwright@1.1.17", "ms-vscode.cmake-tools@1.21.36", - "ms-vscode.cpptools@1.29.2", - "sonarsource.sonarlint-vscode@4.36.0", + "ms-vscode.cpptools@1.29.3", + "sonarsource.sonarlint-vscode@4.37.0", "usernamehw.errorlens@3.26.0" ] }