Skip to content

Commit 7bb5de3

Browse files
committed
wip
1 parent 02fd70d commit 7bb5de3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"release:github-draft": "./ci/build/release-github-draft.sh",
1818
"release:github-assets": "./ci/build/release-github-assets.sh",
1919
"release:prep": "./ci/build/release-prep.sh",
20-
"test:e2e": "VSCODE_IPC_HOOK_CLI= ./ci/dev/test-e2e.sh",
20+
"test:e2e": "VSCODE_DEV=1 VSCODE_IPC_HOOK_CLI= ./ci/dev/test-e2e.sh",
2121
"test:standalone-release": "./ci/build/test-standalone-release.sh",
2222
"test:unit": "./ci/dev/test-unit.sh --forceExit --detectOpenHandles",
2323
"test:scripts": "./ci/dev/test-scripts.sh",

test/e2e/models/CodeServer.ts

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ export class CodeServer {
113113

114114
proc.on("close", (code) => {
115115
const error = new Error("closed unexpectedly")
116-
console.log(code, "there is a code")
117116
if (!this.closed) {
118117
this.logger.error(error.message, field("code", code))
119118
}

0 commit comments

Comments
 (0)