We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b3cf7 commit 01cfd65Copy full SHA for 01cfd65
src/test/runTest.ts
@@ -13,7 +13,7 @@ async function main() {
13
const extensionTestsPath = path.resolve(__dirname, './suite/index');
14
15
// Download VS Code, unzip it and run the integration test
16
- await runTests({ extensionDevelopmentPath, extensionTestsPath });
+ await runTests({ extensionDevelopmentPath, extensionTestsPath, launchArgs: ['--disable-gpu'] });
17
} catch (err) {
18
console.error('Failed to run tests');
19
process.exit(1);
0 commit comments