Skip to content

Commit 761cd41

Browse files
committed
Clean up, fix compile
1 parent a3c7981 commit 761cd41

File tree

1 file changed

+0
-6
lines changed
  • src/vs/code/electron-main

1 file changed

+0
-6
lines changed

src/vs/code/electron-main/app.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -935,17 +935,11 @@ export class CodeApplication extends Disposable {
935935
const ptyHostService = new PtyHostService(
936936
ptyHostStarter,
937937
this.configurationService,
938-
this.lifecycleMainService,
939938
this.logService,
940939
this.loggerService
941940
);
942941
ptyHostService.initialize();
943942
services.set(ILocalPtyService, ptyHostService);
944-
// services.set(ILocalPtyService, new SyncDescriptor(PtyHostService, [
945-
// ptyHostStarter,
946-
// this.configurationService,
947-
// this.logService
948-
// ]));
949943

950944
// External terminal
951945
if (isWindows) {

0 commit comments

Comments
 (0)