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 0217b9f commit 9a73e0cCopy full SHA for 9a73e0c
.vscode-test.js
@@ -41,14 +41,14 @@ const launchArgs = [
41
"--disable-crash-reporter",
42
"--disable-workspace-trust",
43
"--disable-telemetry",
44
+ "--disable-gpu",
45
+ "--disable-gpu-sandbox",
46
+ "--disable-chromium-sandbox",
47
+ "--no-xshm",
48
];
49
if (dataDir) {
50
launchArgs.push("--user-data-dir", dataDir);
51
}
-// GPU hardware acceleration not working on Darwin for intel
-if (process.platform === "darwin" && process.arch === "x64") {
- launchArgs.push("--disable-gpu");
-}
52
53
const installExtensions = [];
54
const extensionDependencies = [];
0 commit comments