Always activate the extension before running tests

This commit is contained in:
Koen Vlaswinkel
2022-11-23 17:16:09 +01:00
parent dc6de0f8a8
commit 4f8d68d8a2

View File

@@ -71,6 +71,9 @@ beforeAll(async () => {
);
}
}
// Activate the extension
await extensions.getExtension("GitHub.vscode-codeql")?.activate();
});
// ensure extension is cleaned up.