Skip to content

Commit b34fa1d

Browse files
committed
fix: add VSCODE_PROXY_URI to e2e model
1 parent cdbceec commit b34fa1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/models/CodeServer.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ export class CodeServer {
135135
env: {
136136
...process.env,
137137
...this.env,
138+
// Set to empty string to prevent code-server from
139+
// using the existing instance when running the e2e tests
140+
// from an integrated terminal.
141+
VSCODE_IPC_HOOK_CLI: "",
138142
PASSWORD,
139143
},
140144
})

0 commit comments

Comments
 (0)