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", 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. 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);