diff --git a/.devcontainer/cpp/devcontainer.json b/.devcontainer/cpp/devcontainer.json index 416b74a4..37a46222 100644 --- a/.devcontainer/cpp/devcontainer.json +++ b/.devcontainer/cpp/devcontainer.json @@ -36,16 +36,16 @@ "extensions": [ "alexkrechik.cucumberautocomplete@3.1.0", "github.copilot@1.388.0", - "github.vscode-github-actions@0.31.2", - "github.vscode-pull-request-github@0.132.2", + "github.vscode-github-actions@0.31.3", + "github.vscode-pull-request-github@0.134.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.22.28", - "ms-vscode.cpptools@1.31.3", - "sonarsource.sonarlint-vscode@4.45.0", + "ms-vscode.cpptools@1.31.4", + "sonarsource.sonarlint-vscode@5.0.0", "usernamehw.errorlens@3.28.0" ] }