Skip to content

Commit

Permalink
Fix VS Code E2E test (#10937)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenglol authored Jun 9, 2023
1 parent 4444dad commit 1620479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vscode-bicep/src/test/e2e/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ async function go() {
extensionTestsPath: path.resolve(__dirname, "index"),
extensionTestsEnv: { TEST_MODE: "e2e" },
launchArgs: [
"--no-sandbox",
"--disable-gpu-sandbox",
"--enable-proposed-api=ms-azuretools.vscode-bicep",
...userDataArguments,
],
Expand Down

0 comments on commit 1620479

Please sign in to comment.