Skip to content

Commit 8491493

Browse files
authored
chore: remove matepek.vscode-catch2-test-adapter (#738)
* chore: remove matepek.vscode-catch2-test-adapter The functionality provided by this extension is now provided by the cmake-tools extension. This extension is no longer needed. * chore: enable ctest test explorer integration * test: don't wait on 'Testing' visibility
1 parent baa5f51 commit 8491493

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.devcontainer/cpp-test/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"settings": {
77
"cmake.automaticReconfigure": false,
88
"cmake.configureOnOpen": false,
9-
"cmake.ctest.testExplorerIntegrationEnabled": false,
10-
"cmake.enableAutomaticKitScan": false,
11-
"cmake.showOptionsMovedNotification": false
9+
"cmake.enableAutomaticKitScan": false
1210
}
1311
}
1412
}

.devcontainer/cpp/devcontainer-metadata-vscode.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"extensions": [
88
99
10-
1110
1211
1312

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(['Testing', 'SonarQube', 'CMake', 'Live Share', 'GitHub Pull Requests']);
16+
await codespacePage.areExtensionsActive(['SonarQube', 'CMake', 'Live Share', 'GitHub Pull Requests']);
1717

1818
await use(codespacePage);
1919

0 commit comments

Comments
 (0)