File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 17
17
"release:github-draft" : " ./ci/build/release-github-draft.sh" ,
18
18
"release:github-assets" : " ./ci/build/release-github-assets.sh" ,
19
19
"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" ,
21
21
"test:standalone-release" : " ./ci/build/test-standalone-release.sh" ,
22
22
"test:unit" : " ./ci/dev/test-unit.sh --forceExit --detectOpenHandles" ,
23
23
"test:scripts" : " ./ci/dev/test-scripts.sh" ,
Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ export class CodeServer {
113
113
114
114
proc . on ( "close" , ( code ) => {
115
115
const error = new Error ( "closed unexpectedly" )
116
- console . log ( code , "there is a code" )
117
116
if ( ! this . closed ) {
118
117
this . logger . error ( error . message , field ( "code" , code ) )
119
118
}
You can’t perform that action at this time.
0 commit comments