This commit is contained in:
Alex Dima
2018-11-08 01:24:26 +01:00
parent 7f9d701259
commit c8a6e6e838
3 changed files with 5 additions and 4 deletions

View File

@@ -134,7 +134,8 @@ export function createApiFactory(
const extHostLanguages = new ExtHostLanguages(rpcProtocol, extHostDocuments);
// Register an output channel for exthost log
extHostOutputService.createOutputChannelFromLogFile(localize('extensionsLog', "Extension Host"), extHostLogService.logFile);
const name = localize('extensionsLog', "Extension Host");
extHostOutputService.createOutputChannelFromLogFile(name, extHostLogService.logFile);
// Register API-ish commands
ExtHostApiCommands.register(extHostCommands);