move ext host log chanel contribution to ext host starter

This commit is contained in:
Sandeep Somavarapu
2019-12-11 18:21:16 +01:00
parent e4162e3813
commit 201b5a2057
9 changed files with 45 additions and 141 deletions

View File

@@ -87,6 +87,7 @@ export interface IInitData {
telemetryInfo: ITelemetryInfo;
logLevel: LogLevel;
logsLocation: URI;
logFile: URI;
autoStart: boolean;
remote: { isRemote: boolean; authority: string | undefined; };
uiKind: UIKind;