Skip to content

Commit

Permalink
chore(deps, cpp): update sonarsource.sonarlint-vscode (#658)
Browse files Browse the repository at this point in the history
* Update sonarsource.sonarlint-vscode

* test: rename SonarLint to SonarQube following rebrand

* docs: fix non-rendering icon in readme

---------

Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com>
Co-authored-by: Ron <[email protected]>
  • Loading branch information
1 parent 1574384 commit fb060da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/cpp/devcontainer-metadata-vscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"[email protected]",
"[email protected]",
"[email protected]",
"sonarsource.sonarlint-vscode@4.12.0"
"sonarsource.sonarlint-vscode@4.13.2"
],
"settings": {
"C_Cpp.intelliSenseEngine": "disabled",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion test/cpp/features/steps/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit fb060da

Please sign in to comment.