Fixes #58687: Check version before starting up the ext host

This commit is contained in:
Alex Dima
2018-09-18 11:21:21 +02:00
parent 8a620ab5b8
commit 5f7d8d4935
4 changed files with 31 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ export interface IWorkspaceData {
}
export interface IInitData {
commit: string;
parentPid: number;
environment: IEnvironment;
workspace: IWorkspaceData;