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 bd8aab3 commit 5c1498aCopy full SHA for 5c1498a
packages/test-harness/src/util/launchVscodeAndRunTests.ts
@@ -44,6 +44,8 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
44
cli,
45
[
46
...args,
47
+ "--disable-gpu",
48
+ "--disable-software-rasterizer",
49
...extensionDependencies.flatMap((dependency) => [
50
"--install-extension",
51
dependency,
0 commit comments