Scan extensions

This commit is contained in:
Asher
2019-07-02 12:36:41 -05:00
parent a6703ecb98
commit 2e77c9d449
2 changed files with 63 additions and 7 deletions

View File

@ -127,7 +127,7 @@ export class Server {
);
this.ipc.registerChannel(
"remoteextensionsenvironment",
new ExtensionEnvironmentChannel(this.environmentService),
new ExtensionEnvironmentChannel(this.environmentService, this.logService),
);
});
}