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 bdd74a2 commit 7bea2eaCopy full SHA for 7bea2ea
test/integration/runTest.ts
@@ -44,8 +44,8 @@ async function main() {
44
const launchArgs = [
45
workspacePath,
46
'--disable-extensions',
47
- '--no-sandbox',
48
- '--disable-gpu-sandbox',
+ '--disable-gpu',
+ '--disable-chromium-sandbox',
49
];
50
// Download VS Code, unzip it and run the integration test
51
await runTests({
test/unitTest/runTest.ts
@@ -33,8 +33,8 @@ async function main() {
33
34
35
36
37
38
39
40
0 commit comments