We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c7981 commit 761cd41Copy full SHA for 761cd41
src/vs/code/electron-main/app.ts
@@ -935,17 +935,11 @@ export class CodeApplication extends Disposable {
935
const ptyHostService = new PtyHostService(
936
ptyHostStarter,
937
this.configurationService,
938
- this.lifecycleMainService,
939
this.logService,
940
this.loggerService
941
);
942
ptyHostService.initialize();
943
services.set(ILocalPtyService, ptyHostService);
944
- // services.set(ILocalPtyService, new SyncDescriptor(PtyHostService, [
945
- // ptyHostStarter,
946
- // this.configurationService,
947
- // this.logService
948
- // ]));
949
950
// External terminal
951
if (isWindows) {
0 commit comments