Skip to content

Commit 9c7cab2

Browse files
chore(deps, rust): update rust-lang.rust-analyzer (#866)
* Update rust-lang.rust-analyzer * chore: fix test setup for cpp playwright tests --------- Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Co-authored-by: Ron <[email protected]>
1 parent fc09c02 commit 9c7cab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/rust/devcontainer-metadata-vscode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"extensions": [
88
99
10-
10+
1111
1212
1313
]

test/cpp/features/steps/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const test = base.extend<{ codespacePage: CodespacePage }, { authenticati
1313
codespacePage: async ({ page }, use) => {
1414
const codespacePage = new CodespacePage(page);
1515
await codespacePage.goto();
16-
await codespacePage.areExtensionsActive(['SonarQube', 'CMake', 'Live Share', 'GitHub']);
16+
await codespacePage.areExtensionsActive(['SonarQube Setup', 'CMake', 'Live Share', 'GitHub']);
1717

1818
await use(codespacePage);
1919

0 commit comments

Comments
 (0)