From 236ede28ca7ef32d0ae01c29076cc375aa6a607c Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 02:59:46 +0000 Subject: [PATCH 1/3] Update sonarsource.sonarlint-vscode --- .devcontainer/cpp/devcontainer-metadata-vscode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/cpp/devcontainer-metadata-vscode.json b/.devcontainer/cpp/devcontainer-metadata-vscode.json index 4202fb61..ce3b24e6 100644 --- a/.devcontainer/cpp/devcontainer-metadata-vscode.json +++ b/.devcontainer/cpp/devcontainer-metadata-vscode.json @@ -12,7 +12,7 @@ "ms-vscode.cmake-tools@1.19.52", "ms-vscode.cpptools@1.22.11", "ms-vsliveshare.vsliveshare@1.0.5941", - "sonarsource.sonarlint-vscode@4.12.0" + "sonarsource.sonarlint-vscode@4.13.2" ], "settings": { "C_Cpp.intelliSenseEngine": "disabled", From c1d4a162a84f47af795e25628a1aef93c9304a3f Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:23:12 +0100 Subject: [PATCH 2/3] test: rename SonarLint to SonarQube following rebrand --- test/cpp/features/steps/fixtures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/features/steps/fixtures.ts b/test/cpp/features/steps/fixtures.ts index c8c98b97..cb663488 100644 --- a/test/cpp/features/steps/fixtures.ts +++ b/test/cpp/features/steps/fixtures.ts @@ -13,7 +13,7 @@ export const test = base.extend<{ codespacePage: CodespacePage }, { authenticati codespacePage: async ({ page }, use) => { const codespacePage = new CodespacePage(page); await codespacePage.goto(); - await codespacePage.areExtensionsActive(['Testing', 'SonarLint', 'CMake', 'Live Share', 'GitHub Pull Requests']); + await codespacePage.areExtensionsActive(['Testing', 'SonarQube', 'CMake', 'Live Share', 'GitHub Pull Requests']); await use(codespacePage); From d57e7dc0f3e6a189c390aa8f86095315207c7100 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:27:14 +0100 Subject: [PATCH 3/3] docs: fix non-rendering icon in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d111a35..037f89b2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository contains [devcontainers](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers) tailored towards modern, embedded, software development. -The containers try to be as ":battery: batteries included" as possible without being overly opinionated, and are useable for both local development and continuous integration. +The containers try to be as "batteries included" as possible without being overly opinionated, and are useable for both local development and continuous integration. All containers are multi-platform, and can be used on x64 (x86-64) and arm64 hardware on an operating system that supports an [OCI](https://opencontainers.org/) compatible container engine. This includes Windows and Linux, and macOS on both Intel and Apple silicon.